#9CF1B9

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

Shades of Vista Blue #9CF1B9

Tints of Vista Blue #9CF1B9

Color information

#9CF1B9 (or 0x9CF1B9) is unknown color: approx Vista Blue. HEX triplet: 9C, F1 and B9. RGB value is (156,241,185). Sum of RGB (Red+Green+Blue) = 156+241+185=582 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.80% from 582); Green value is 241 (94.53% from 255 or 41.41% from 582); Blue value is 185 (72.66% from 255 or 31.79% from 582); Max value from RGB is 241 - color contains mainly: green. Hex color #9CF1B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CF1B9 is #630E46. Grayscale: #D1D1D1. Windows color (decimal): -6491719 or 12186012. OLE color: 12186012.

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

Color convert

RGB156241185-
CMYK0.3500.230.05
HSL140.47º75.22%77.84%-
HSV(B)140.47º35.27%94.51%-
XYZ53.9273.4857.24-
YUV209.2114.3490.05-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.80%
GREEN value IS 241 (94.53% from 255) = 41.41%
BLUE value IS 185 (72.66% from 255) = 31.79%
R=26.80%
G=41.41%
B=31.79%

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
Decimal1562411850.3500.230.05140.4775.2277.84
Hex9CF1B92301758c4b4e
Octal234361271430275214113116
Binary1001110011110001101110011000110101111011000110010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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