#9CEEBA

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

Shades of Vista Blue #9CEEBA

Tints of Vista Blue #9CEEBA

Color information

#9CEEBA (or 0x9CEEBA) is unknown color: approx Vista Blue. HEX triplet: 9C, EE and BA. RGB value is (156,238,186). Sum of RGB (Red+Green+Blue) = 156+238+186=580 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.90% from 580); Green value is 238 (93.36% from 255 or 41.03% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 238 - color contains mainly: green. Hex color #9CEEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEEBA is #631145. Grayscale: #CFCFCF. Windows color (decimal): -6492486 or 12250780. OLE color: 12250780.

HSL color Cylindrical-coordinate representation of color #9CEEBA: hue angle of 141.95º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CEEBA is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB156238186-
CMYK0.3400.220.07
HSL141.95º70.69%77.25%-
HSV(B)141.95º34.45%93.33%-
XYZ53.1571.7657.5-
YUV207.55115.8391.23-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.90%
GREEN value IS 238 (93.36% from 255) = 41.03%
BLUE value IS 186 (73.05% from 255) = 32.07%
R=26.90%
G=41.03%
B=32.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1562381860.3400.220.07141.9570.6977.25
Hex9CEEBA2201678e474d
Octal234356272420267216107115
Binary1001110011101110101110101000100101101111000111010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CEEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CEEBA; }

 p { color: rgb(156,238,186); }

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

<style>
 a { background-color: #9CEEBA; }

 a { background-color: rgb(156,238,186); }

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

<style>
 span { border-color: #9CEEBA; }

 span { border-color: rgb(156,238,186); }

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