#9CDBB0

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

Shades of Vista Blue #9CDBB0

Tints of Vista Blue #9CDBB0

Color information

#9CDBB0 (or 0x9CDBB0) is unknown color: approx Vista Blue. HEX triplet: 9C, DB and B0. RGB value is (156,219,176). Sum of RGB (Red+Green+Blue) = 156+219+176=551 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.31% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 176 (69.14% from 255 or 31.94% from 551); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDBB0 is #63244F. Grayscale: #C3C3C3. Windows color (decimal): -6497360 or 11590556. OLE color: 11590556.

HSL color Cylindrical-coordinate representation of color #9CDBB0: hue angle of 139.05º 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 #9CDBB0 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB156219176-
CMYK0.2900.200.14
HSL139.05º46.67%73.53%-
HSV(B)139.05º28.77%85.88%-
XYZ46.8860.8750.35-
YUV195.26117.13100-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.31%
GREEN value IS 219 (85.94% from 255) = 39.75%
BLUE value IS 176 (69.14% from 255) = 31.94%
R=28.31%
G=39.75%
B=31.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1562191760.2900.200.14139.0546.6773.53
Hex9CDBB01D014E8b2f4a
Octal234333260350241621357112
Binary100111001101101110110000111010101001110100010111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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