#85DAA8

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

Shades of Vista Blue #85DAA8

Tints of Vista Blue #85DAA8

Color information

#85DAA8 (or 0x85DAA8) is unknown color: approx Vista Blue. HEX triplet: 85, DA and A8. RGB value is (133,218,168). Sum of RGB (Red+Green+Blue) = 133+218+168=519 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.63% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 168 (66.02% from 255 or 32.37% from 519); Max value from RGB is 218 - color contains mainly: green. Hex color #85DAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DAA8 is #7A2557. Grayscale: #BBBBBB. Windows color (decimal): -8004952 or 11065989. OLE color: 11065989.

HSL color Cylindrical-coordinate representation of color #85DAA8: hue angle of 144.71º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85DAA8 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB133218168-
CMYK0.3900.230.15
HSL144.71º53.46%68.82%-
HSV(B)144.71º38.99%85.49%-
XYZ41.8157.9646.03-
YUV186.88117.3489.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.63%
GREEN value IS 218 (85.55% from 255) = 42.00%
BLUE value IS 168 (66.02% from 255) = 32.37%
R=25.63%
G=42.00%
B=32.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1332181680.3900.230.15144.7153.4668.82
Hex85DAA827017F913545
Octal205332250470271722165105
Binary1000010111011010101010001001110101111111100100011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,218,168); }

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

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

 a { background-color: rgb(133,218,168); }

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

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

 span { border-color: rgb(133,218,168); }

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