#9CDCBF

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

Shades of Vista Blue #9CDCBF

Tints of Vista Blue #9CDCBF

Color information

#9CDCBF (or 0x9CDCBF) is unknown color: approx Vista Blue. HEX triplet: 9C, DC and BF. RGB value is (156,220,191). Sum of RGB (Red+Green+Blue) = 156+220+191=567 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.51% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 191 (75% from 255 or 33.69% from 567); Max value from RGB is 220 - color contains mainly: green. Hex color #9CDCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDCBF is #632340. Grayscale: #C5C5C5. Windows color (decimal): -6497089 or 12573852. OLE color: 12573852.

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

Color convert

RGB156220191-
CMYK0.2900.130.14
HSL152.81º47.76%73.73%-
HSV(B)152.81º29.09%86.27%-
XYZ48.7162.0258.69-
YUV197.56124.398.36-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.51%
GREEN value IS 220 (86.33% from 255) = 38.80%
BLUE value IS 191 (75% from 255) = 33.69%
R=27.51%
G=38.80%
B=33.69%

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
Decimal1562201910.2900.130.14152.8147.7673.73
Hex9CDCBF1D0DE99304a
Octal234334277350151623160112
Binary10011100110111001011111111101011011110100110011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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