#9CF1BA

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

Shades of Vista Blue #9CF1BA

Tints of Vista Blue #9CF1BA

Color information

#9CF1BA (or 0x9CF1BA) is unknown color: approx Vista Blue. HEX triplet: 9C, F1 and BA. RGB value is (156,241,186). Sum of RGB (Red+Green+Blue) = 156+241+186=583 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.76% from 583); Green value is 241 (94.53% from 255 or 41.34% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 241 - color contains mainly: green. Hex color #9CF1BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CF1BA is #630E45. Grayscale: #D1D1D1. Windows color (decimal): -6491718 or 12251548. OLE color: 12251548.

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

Color convert

RGB156241186-
CMYK0.3500.230.05
HSL141.18º75.22%77.84%-
HSV(B)141.18º35.27%94.51%-
XYZ54.0373.5257.8-
YUV209.32114.8489.97-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.76%
GREEN value IS 241 (94.53% from 255) = 41.34%
BLUE value IS 186 (73.05% from 255) = 31.90%
R=26.76%
G=41.34%
B=31.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1562411860.3500.230.05141.1875.2277.84
Hex9CF1BA2301758d4b4e
Octal234361272430275215113116
Binary1001110011110001101110101000110101111011000110110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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