#9DCEAF

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

Shades of Vista Blue #9DCEAF

Tints of Vista Blue #9DCEAF

Color information

#9DCEAF (or 0x9DCEAF) is unknown color: approx Vista Blue. HEX triplet: 9D, CE and AF. RGB value is (157,206,175). Sum of RGB (Red+Green+Blue) = 157+206+175=538 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.18% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCEAF is #623150. Grayscale: #BBBBBB. Windows color (decimal): -6435153 or 11521693. OLE color: 11521693.

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

Color convert

RGB157206175-
CMYK0.2400.150.19
HSL142.04º33.33%71.18%-
HSV(B)142.04º23.79%80.78%-
XYZ43.7154.4148.75-
YUV187.82120.77106.02-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.18%
GREEN value IS 206 (80.86% from 255) = 38.29%
BLUE value IS 175 (68.75% from 255) = 32.53%
R=29.18%
G=38.29%
B=32.53%

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
Decimal1572061750.2400.150.19142.0433.3371.18
Hex9DCEAF180F138e2147
Octal235316257300172321641107
Binary100111011100111010101111110000111110011100011101000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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