#9CDBB5

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

Shades of Vista Blue #9CDBB5

Tints of Vista Blue #9CDBB5

Color information

#9CDBB5 (or 0x9CDBB5) is unknown color: approx Vista Blue. HEX triplet: 9C, DB and B5. RGB value is (156,219,181). Sum of RGB (Red+Green+Blue) = 156+219+181=556 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.06% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 181 (71.09% from 255 or 32.55% from 556); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDBB5 is #63244A. Grayscale: #C3C3C3. Windows color (decimal): -6497355 or 11918236. OLE color: 11918236.

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

Color convert

RGB156219181-
CMYK0.2900.170.14
HSL143.81º46.67%73.53%-
HSV(B)143.81º28.77%85.88%-
XYZ47.3861.0753.01-
YUV195.83119.6399.59-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.06%
GREEN value IS 219 (85.94% from 255) = 39.39%
BLUE value IS 181 (71.09% from 255) = 32.55%
R=28.06%
G=39.39%
B=32.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1562191810.2900.170.14143.8146.6773.53
Hex9CDBB51D011E902f4a
Octal234333265350211622057112
Binary100111001101101110110101111010100011110100100001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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