#9CDDBB

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

Shades of Vista Blue #9CDDBB

Tints of Vista Blue #9CDDBB

Color information

#9CDDBB (or 0x9CDDBB) is unknown color: approx Vista Blue. HEX triplet: 9C, DD and BB. RGB value is (156,221,187). Sum of RGB (Red+Green+Blue) = 156+221+187=564 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.66% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDDBB is #632244. Grayscale: #C5C5C5. Windows color (decimal): -6496837 or 12311964. OLE color: 12311964.

HSL color Cylindrical-coordinate representation of color #9CDDBB: hue angle of 148.62º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CDDBB is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB156221187-
CMYK0.2900.150.13
HSL148.62º48.87%73.92%-
HSV(B)148.62º29.41%86.67%-
XYZ48.5462.3756.49-
YUV197.69121.9798.26-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.66%
GREEN value IS 221 (86.72% from 255) = 39.18%
BLUE value IS 187 (73.44% from 255) = 33.16%
R=27.66%
G=39.18%
B=33.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562211870.2900.150.13148.6248.8773.92
Hex9CDDBB1D0FD95314a
Octal234335273350171522561112
Binary10011100110111011011101111101011111101100101011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,221,187); }

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

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

 a { background-color: rgb(156,221,187); }

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

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

 span { border-color: rgb(156,221,187); }

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