#9DCEB0

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

Shades of Vista Blue #9DCEB0

Tints of Vista Blue #9DCEB0

Color information

#9DCEB0 (or 0x9DCEB0) is unknown color: approx Vista Blue. HEX triplet: 9D, CE and B0. RGB value is (157,206,176). Sum of RGB (Red+Green+Blue) = 157+206+176=539 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.13% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 176 (69.14% from 255 or 32.65% from 539); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCEB0 is #62314F. Grayscale: #BCBCBC. Windows color (decimal): -6435152 or 11587229. OLE color: 11587229.

HSL color Cylindrical-coordinate representation of color #9DCEB0: hue angle of 143.27º degrees, saturation: 0.33, 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 #9DCEB0 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB157206176-
CMYK0.2400.150.19
HSL143.27º33.33%71.18%-
HSV(B)143.27º23.79%80.78%-
XYZ43.8154.4549.27-
YUV187.93121.27105.94-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.13%
GREEN value IS 206 (80.86% from 255) = 38.22%
BLUE value IS 176 (69.14% from 255) = 32.65%
R=29.13%
G=38.22%
B=32.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1572061760.2400.150.19143.2733.3371.18
Hex9DCEB0180F138f2147
Octal235316260300172321741107
Binary100111011100111010110000110000111110011100011111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,206,176); }

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

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

 a { background-color: rgb(157,206,176); }

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

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

 span { border-color: rgb(157,206,176); }

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