#9CDBBB

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

Shades of Vista Blue #9CDBBB

Tints of Vista Blue #9CDBBB

Color information

#9CDBBB (or 0x9CDBBB) is unknown color: approx Vista Blue. HEX triplet: 9C, DB and BB. RGB value is (156,219,187). Sum of RGB (Red+Green+Blue) = 156+219+187=562 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.76% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDBBB is #632444. Grayscale: #C4C4C4. Windows color (decimal): -6497349 or 12311452. OLE color: 12311452.

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

Color convert

RGB156219187-
CMYK0.2900.150.14
HSL149.52º46.67%73.53%-
HSV(B)149.52º28.77%85.88%-
XYZ48.0161.3256.32-
YUV196.52122.6399.1-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.76%
GREEN value IS 219 (85.94% from 255) = 38.97%
BLUE value IS 187 (73.44% from 255) = 33.27%
R=27.76%
G=38.97%
B=33.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1562191870.2900.150.14149.5246.6773.53
Hex9CDBBB1D0FE962f4a
Octal234333273350171622657112
Binary10011100110110111011101111101011111110100101101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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