#85DAAD

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

Shades of Vista Blue #85DAAD

Tints of Vista Blue #85DAAD

Color information

#85DAAD (or 0x85DAAD) is unknown color: approx Vista Blue. HEX triplet: 85, DA and AD. RGB value is (133,218,173). Sum of RGB (Red+Green+Blue) = 133+218+173=524 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.38% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 218 - color contains mainly: green. Hex color #85DAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DAAD is #7A2552. Grayscale: #BBBBBB. Windows color (decimal): -8004947 or 11393669. OLE color: 11393669.

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

Color convert

RGB133218173-
CMYK0.3900.210.15
HSL148.24º53.46%68.82%-
HSV(B)148.24º38.99%85.49%-
XYZ42.2958.1548.53-
YUV187.46119.8489.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.38%
GREEN value IS 218 (85.55% from 255) = 41.60%
BLUE value IS 173 (67.97% from 255) = 33.02%
R=25.38%
G=41.60%
B=33.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1332181730.3900.210.15148.2453.4668.82
Hex85DAAD27015F943545
Octal205332255470251722465105
Binary1000010111011010101011011001110101011111100101001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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