#9CDBBD

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

Shades of Vista Blue #9CDBBD

Tints of Vista Blue #9CDBBD

Color information

#9CDBBD (or 0x9CDBBD) is unknown color: approx Vista Blue. HEX triplet: 9C, DB and BD. RGB value is (156,219,189). Sum of RGB (Red+Green+Blue) = 156+219+189=564 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.66% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDBBD is #632442. Grayscale: #C4C4C4. Windows color (decimal): -6497347 or 12442524. OLE color: 12442524.

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

Color convert

RGB156219189-
CMYK0.2900.140.14
HSL151.43º46.67%73.53%-
HSV(B)151.43º28.77%85.88%-
XYZ48.2361.4157.45-
YUV196.74123.6398.94-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.66%
GREEN value IS 219 (85.94% from 255) = 38.83%
BLUE value IS 189 (74.22% from 255) = 33.51%
R=27.66%
G=38.83%
B=33.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1562191890.2900.140.14151.4346.6773.53
Hex9CDBBD1D0EE972f4a
Octal234333275350161622757112
Binary10011100110110111011110111101011101110100101111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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