#85DAAE

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

Shades of Vista Blue #85DAAE

Tints of Vista Blue #85DAAE

Color information

#85DAAE (or 0x85DAAE) is unknown color: approx Vista Blue. HEX triplet: 85, DA and AE. RGB value is (133,218,174). Sum of RGB (Red+Green+Blue) = 133+218+174=525 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.33% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 218 - color contains mainly: green. Hex color #85DAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DAAE is #7A2551. Grayscale: #BBBBBB. Windows color (decimal): -8004946 or 11459205. OLE color: 11459205.

HSL color Cylindrical-coordinate representation of color #85DAAE: hue angle of 148.94º 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 #85DAAE is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB133218174-
CMYK0.3900.200.15
HSL148.94º53.46%68.82%-
HSV(B)148.94º38.99%85.49%-
XYZ42.3858.1949.04-
YUV187.57120.3489.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.33%
GREEN value IS 218 (85.55% from 255) = 41.52%
BLUE value IS 174 (68.36% from 255) = 33.14%
R=25.33%
G=41.52%
B=33.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1332181740.3900.200.15148.9453.4668.82
Hex85DAAE27014F953545
Octal205332256470241722565105
Binary1000010111011010101011101001110101001111100101011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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