#9CF2BA

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

Shades of Vista Blue #9CF2BA

Tints of Vista Blue #9CF2BA

Color information

#9CF2BA (or 0x9CF2BA) is unknown color: approx Vista Blue. HEX triplet: 9C, F2 and BA. RGB value is (156,242,186). Sum of RGB (Red+Green+Blue) = 156+242+186=584 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.71% from 584); Green value is 242 (94.92% from 255 or 41.44% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 242 - color contains mainly: green. Hex color #9CF2BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CF2BA is #630D45. Grayscale: #D2D2D2. Windows color (decimal): -6491462 or 12251804. OLE color: 12251804.

HSL color Cylindrical-coordinate representation of color #9CF2BA: hue angle of 140.93º degrees, saturation: 0.77, 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 #9CF2BA is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB156242186-
CMYK0.3600.230.05
HSL140.93º76.79%78.04%-
HSV(B)140.93º35.54%94.9%-
XYZ54.3374.1257.9-
YUV209.9114.5189.55-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.71%
GREEN value IS 242 (94.92% from 255) = 41.44%
BLUE value IS 186 (73.05% from 255) = 31.85%
R=26.71%
G=41.44%
B=31.85%

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
Decimal1562421860.3600.230.05140.9376.7978.04
Hex9CF2BA2401758d4d4e
Octal234362272440275215115116
Binary1001110011110010101110101001000101111011000110110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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