#85DDAE

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

Shades of Vista Blue #85DDAE

Tints of Vista Blue #85DDAE

Color information

#85DDAE (or 0x85DDAE) is unknown color: approx Vista Blue. HEX triplet: 85, DD and AE. RGB value is (133,221,174). Sum of RGB (Red+Green+Blue) = 133+221+174=528 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.19% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #85DDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DDAE is #7A2251. Grayscale: #BDBDBD. Windows color (decimal): -8004178 or 11459973. OLE color: 11459973.

HSL color Cylindrical-coordinate representation of color #85DDAE: hue angle of 147.95º 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 #85DDAE is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB133221174-
CMYK0.4000.210.13
HSL147.95º56.41%69.41%-
HSV(B)147.95º39.82%86.67%-
XYZ43.1759.7649.3-
YUV189.33119.3587.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.19%
GREEN value IS 221 (86.72% from 255) = 41.86%
BLUE value IS 174 (68.36% from 255) = 32.95%
R=25.19%
G=41.86%
B=32.95%

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
Decimal1332211740.4000.210.13147.9556.4169.41
Hex85DDAE28015D943845
Octal205335256500251522470105
Binary1000010111011101101011101010000101011101100101001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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