#85DDAD

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

Shades of Vista Blue #85DDAD

Tints of Vista Blue #85DDAD

Color information

#85DDAD (or 0x85DDAD) is unknown color: approx Vista Blue. HEX triplet: 85, DD and AD. RGB value is (133,221,173). Sum of RGB (Red+Green+Blue) = 133+221+173=527 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.24% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #85DDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DDAD is #7A2252. Grayscale: #BDBDBD. Windows color (decimal): -8004179 or 11394437. OLE color: 11394437.

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

Color convert

RGB133221173-
CMYK0.4000.220.13
HSL147.27º56.41%69.41%-
HSV(B)147.27º39.82%86.67%-
XYZ43.0759.7248.79-
YUV189.22118.8587.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.24%
GREEN value IS 221 (86.72% from 255) = 41.94%
BLUE value IS 173 (67.97% from 255) = 32.83%
R=25.24%
G=41.94%
B=32.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332211730.4000.220.13147.2756.4169.41
Hex85DDAD28016D933845
Octal205335255500261522370105
Binary1000010111011101101011011010000101101101100100111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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