#9CDBB9

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

Shades of Vista Blue #9CDBB9

Tints of Vista Blue #9CDBB9

Color information

#9CDBB9 (or 0x9CDBB9) is unknown color: approx Vista Blue. HEX triplet: 9C, DB and B9. RGB value is (156,219,185). Sum of RGB (Red+Green+Blue) = 156+219+185=560 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.86% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDBB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDBB9 is #632446. Grayscale: #C4C4C4. Windows color (decimal): -6497351 or 12180380. OLE color: 12180380.

HSL color Cylindrical-coordinate representation of color #9CDBB9: hue angle of 147.62º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CDBB9 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB156219185-
CMYK0.2900.160.14
HSL147.62º46.67%73.53%-
HSV(B)147.62º28.77%85.88%-
XYZ47.861.2355.2-
YUV196.29121.6399.26-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.86%
GREEN value IS 219 (85.94% from 255) = 39.11%
BLUE value IS 185 (72.66% from 255) = 33.04%
R=27.86%
G=39.11%
B=33.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1562191850.2900.160.14147.6246.6773.53
Hex9CDBB91D010E942f4a
Octal234333271350201622457112
Binary100111001101101110111001111010100001110100101001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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