#9DCEB5

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

Shades of Vista Blue #9DCEB5

Tints of Vista Blue #9DCEB5

Color information

#9DCEB5 (or 0x9DCEB5) is unknown color: approx Vista Blue. HEX triplet: 9D, CE and B5. RGB value is (157,206,181). Sum of RGB (Red+Green+Blue) = 157+206+181=544 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.86% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 181 (71.09% from 255 or 33.27% from 544); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCEB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCEB5 is #62314A. Grayscale: #BCBCBC. Windows color (decimal): -6435147 or 11914909. OLE color: 11914909.

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

Color convert

RGB157206181-
CMYK0.2400.120.19
HSL149.39º33.33%71.18%-
HSV(B)149.39º23.79%80.78%-
XYZ44.3254.6551.93-
YUV188.5123.77105.53-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.86%
GREEN value IS 206 (80.86% from 255) = 37.87%
BLUE value IS 181 (71.09% from 255) = 33.27%
R=28.86%
G=37.87%
B=33.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1572061810.2400.120.19149.3933.3371.18
Hex9DCEB5180C13952147
Octal235316265300142322541107
Binary100111011100111010110101110000110010011100101011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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