#85DDAF

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

Shades of Vista Blue #85DDAF

Tints of Vista Blue #85DDAF

Color information

#85DDAF (or 0x85DDAF) is unknown color: approx Vista Blue. HEX triplet: 85, DD and AF. RGB value is (133,221,175). Sum of RGB (Red+Green+Blue) = 133+221+175=529 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.14% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #85DDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DDAF is #7A2250. Grayscale: #BDBDBD. Windows color (decimal): -8004177 or 11525509. OLE color: 11525509.

HSL color Cylindrical-coordinate representation of color #85DDAF: hue angle of 148.64º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DDAF is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB133221175-
CMYK0.4000.210.13
HSL148.64º56.41%69.41%-
HSV(B)148.64º39.82%86.67%-
XYZ43.2759.7949.82-
YUV189.44119.8587.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.14%
GREEN value IS 221 (86.72% from 255) = 41.78%
BLUE value IS 175 (68.75% from 255) = 33.08%
R=25.14%
G=41.78%
B=33.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332211750.4000.210.13148.6456.4169.41
Hex85DDAF28015D953845
Octal205335257500251522570105
Binary1000010111011101101011111010000101011101100101011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85DDAF; }

 p { color: rgb(133,221,175); }

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

<style>
 a { background-color: #85DDAF; }

 a { background-color: rgb(133,221,175); }

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

<style>
 span { border-color: #85DDAF; }

 span { border-color: rgb(133,221,175); }

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