#85DEA4

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

Shades of Vista Blue #85DEA4

Tints of Vista Blue #85DEA4

Color information

#85DEA4 (or 0x85DEA4) is unknown color: approx Vista Blue. HEX triplet: 85, DE and A4. RGB value is (133,222,164). Sum of RGB (Red+Green+Blue) = 133+222+164=519 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.63% from 519); Green value is 222 (87.11% from 255 or 42.77% from 519); Blue value is 164 (64.45% from 255 or 31.60% from 519); Max value from RGB is 222 - color contains mainly: green. Hex color #85DEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DEA4 is #7A215B. Grayscale: #BCBCBC. Windows color (decimal): -8003932 or 10804869. OLE color: 10804869.

HSL color Cylindrical-coordinate representation of color #85DEA4: hue angle of 140.9º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DEA4 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB133222164-
CMYK0.4000.260.13
HSL140.9º57.42%69.61%-
HSV(B)140.9º40.09%87.06%-
XYZ42.4959.9144.45-
YUV188.78114.0188.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.63%
GREEN value IS 222 (87.11% from 255) = 42.77%
BLUE value IS 164 (64.45% from 255) = 31.60%
R=25.63%
G=42.77%
B=31.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332221640.4000.260.13140.957.4269.61
Hex85DEA42801AD8d3946
Octal205336244500321521571106
Binary1000010111011110101001001010000110101101100011011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,222,164); }

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

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

 a { background-color: rgb(133,222,164); }

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

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

 span { border-color: rgb(133,222,164); }

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