#9CDBBF

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

Shades of Vista Blue #9CDBBF

Tints of Vista Blue #9CDBBF

Color information

#9CDBBF (or 0x9CDBBF) is unknown color: approx Vista Blue. HEX triplet: 9C, DB and BF. RGB value is (156,219,191). Sum of RGB (Red+Green+Blue) = 156+219+191=566 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.56% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDBBF is #632440. Grayscale: #C5C5C5. Windows color (decimal): -6497345 or 12573596. OLE color: 12573596.

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

Color convert

RGB156219191-
CMYK0.2900.130.14
HSL153.33º46.67%73.53%-
HSV(B)153.33º28.77%85.88%-
XYZ48.4561.4958.61-
YUV196.97124.6398.78-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.56%
GREEN value IS 219 (85.94% from 255) = 38.69%
BLUE value IS 191 (75% from 255) = 33.75%
R=27.56%
G=38.69%
B=33.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1562191910.2900.130.14153.3346.6773.53
Hex9CDBBF1D0DE992f4a
Octal234333277350151623157112
Binary10011100110110111011111111101011011110100110011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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