#85DAB1

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

Shades of Vista Blue #85DAB1

Tints of Vista Blue #85DAB1

Color information

#85DAB1 (or 0x85DAB1) is unknown color: approx Vista Blue. HEX triplet: 85, DA and B1. RGB value is (133,218,177). Sum of RGB (Red+Green+Blue) = 133+218+177=528 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.19% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 177 (69.53% from 255 or 33.52% from 528); Max value from RGB is 218 - color contains mainly: green. Hex color #85DAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DAB1 is #7A254E. Grayscale: #BBBBBB. Windows color (decimal): -8004943 or 11655813. OLE color: 11655813.

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

Color convert

RGB133218177-
CMYK0.3900.190.15
HSL151.06º53.46%68.82%-
HSV(B)151.06º38.99%85.49%-
XYZ42.6858.350.6-
YUV187.91121.8488.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.19%
GREEN value IS 218 (85.55% from 255) = 41.29%
BLUE value IS 177 (69.53% from 255) = 33.52%
R=25.19%
G=41.29%
B=33.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1332181770.3900.190.15151.0653.4668.82
Hex85DAB127013F973545
Octal205332261470231722765105
Binary1000010111011010101100011001110100111111100101111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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