#9CCEB4

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

Shades of Vista Blue #9CCEB4

Tints of Vista Blue #9CCEB4

Color information

#9CCEB4 (or 0x9CCEB4) is unknown color: approx Vista Blue. HEX triplet: 9C, CE and B4. RGB value is (156,206,180). Sum of RGB (Red+Green+Blue) = 156+206+180=542 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.78% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 180 (70.70% from 255 or 33.21% from 542); Max value from RGB is 206 - color contains mainly: green. Hex color #9CCEB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCEB4 is #63314B. Grayscale: #BCBCBC. Windows color (decimal): -6500684 or 11849372. OLE color: 11849372.

HSL color Cylindrical-coordinate representation of color #9CCEB4: hue angle of 148.8º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CCEB4 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB156206180-
CMYK0.2400.130.19
HSL148.8º33.78%70.98%-
HSV(B)148.8º24.27%80.78%-
XYZ44.0254.5151.38-
YUV188.09123.44105.11-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.78%
GREEN value IS 206 (80.86% from 255) = 38.01%
BLUE value IS 180 (70.70% from 255) = 33.21%
R=28.78%
G=38.01%
B=33.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1562061800.2400.130.19148.833.7870.98
Hex9CCEB4180D13952247
Octal234316264300152322542107
Binary100111001100111010110100110000110110011100101011000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,206,180); }

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

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

 a { background-color: rgb(156,206,180); }

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

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

 span { border-color: rgb(156,206,180); }

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