#93ECBB

Color #93ECBB Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #93ECBB

Tints of Vista Blue #93ECBB

Color information

#93ECBB (or 0x93ECBB) is unknown color: approx Vista Blue. HEX triplet: 93, EC and BB. RGB value is (147,236,187). Sum of RGB (Red+Green+Blue) = 147+236+187=570 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.79% from 570); Green value is 236 (92.58% from 255 or 41.40% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 236 - color contains mainly: green. Hex color #93ECBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93ECBB is #6C1344. Grayscale: #CBCBCB. Windows color (decimal): -7082821 or 12315795. OLE color: 12315795.

HSL color Cylindrical-coordinate representation of color #93ECBB: hue angle of 146.97º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93ECBB is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB147236187-
CMYK0.3800.210.07
HSL146.97º70.08%75.1%-
HSV(B)146.97º37.71%92.55%-
XYZ5169.7857.8-
YUV203.8118.5187.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 25.79%
GREEN value IS 236 (92.58% from 255) = 41.40%
BLUE value IS 187 (73.44% from 255) = 32.81%
R=25.79%
G=41.40%
B=32.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1472361870.3800.210.07146.9770.0875.1
Hex93ECBB26015793464b
Octal223354273460257223106113
Binary1001001111101100101110111001100101011111001001110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ECBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93ECBB; }

 p { color: rgb(147,236,187); }

 H1.HeaderClassName
 {
   color: #93ECBB;
 }
 .AnyTagClassName
 {
   color: #93ECBB;
 }
</style>
background-color css

<style>
 a { background-color: #93ECBB; }

 a { background-color: rgb(147,236,187); }

 div.DivClassName
 {
   background-color: #93ECBB;
 }
 .BgClassName
 {
   background-color: #93ECBB;
 }
</style>
border-color css

<style>
 span { border-color: #93ECBB; }

 span { border-color: rgb(147,236,187); }

 td.TdClassName
 {
   border-color: #93ECBB;
 }
 .TagClassName
 {
   border-color: #93ECBB;
 }
</style>