#9CF3BA

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

Shades of Vista Blue #9CF3BA

Tints of Vista Blue #9CF3BA

Color information

#9CF3BA (or 0x9CF3BA) is unknown color: approx Vista Blue. HEX triplet: 9C, F3 and BA. RGB value is (156,243,186). Sum of RGB (Red+Green+Blue) = 156+243+186=585 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.67% from 585); Green value is 243 (95.31% from 255 or 41.54% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 243 - color contains mainly: green. Hex color #9CF3BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CF3BA is #630C45. Grayscale: #D2D2D2. Windows color (decimal): -6491206 or 12252060. OLE color: 12252060.

HSL color Cylindrical-coordinate representation of color #9CF3BA: hue angle of 140.69º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9CF3BA is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB156243186-
CMYK0.3600.230.05
HSL140.69º78.38%78.24%-
HSV(B)140.69º35.8%95.29%-
XYZ54.6274.7158-
YUV210.49114.1889.13-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.67%
GREEN value IS 243 (95.31% from 255) = 41.54%
BLUE value IS 186 (73.05% from 255) = 31.79%
R=26.67%
G=41.54%
B=31.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1562431860.3600.230.05140.6978.3878.24
Hex9CF3BA2401758d4e4e
Octal234363272440275215116116
Binary1001110011110011101110101001000101111011000110110011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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