#85EAAC

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

Shades of Vista Blue #85EAAC

Tints of Vista Blue #85EAAC

Color information

#85EAAC (or 0x85EAAC) is unknown color: approx Vista Blue. HEX triplet: 85, EA and AC. RGB value is (133,234,172). Sum of RGB (Red+Green+Blue) = 133+234+172=539 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.68% from 539); Green value is 234 (91.80% from 255 or 43.41% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 234 - color contains mainly: green. Hex color #85EAAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EAAC is #7A1553. Grayscale: #C4C4C4. Windows color (decimal): -8000852 or 11332229. OLE color: 11332229.

HSL color Cylindrical-coordinate representation of color #85EAAC: hue angle of 143.17º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85EAAC is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB133234172-
CMYK0.4300.260.08
HSL143.17º70.63%71.96%-
HSV(B)143.17º43.16%91.76%-
XYZ46.5466.8149.47-
YUV196.73114.0482.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.68%
GREEN value IS 234 (91.80% from 255) = 43.41%
BLUE value IS 172 (67.58% from 255) = 31.91%
R=24.68%
G=43.41%
B=31.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1332341720.4300.260.08143.1770.6371.96
Hex85EAAC2B01A88f4748
Octal2053522545303210217107110
Binary10000101111010101010110010101101101010001000111110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,234,172); }

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

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

 a { background-color: rgb(133,234,172); }

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

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

 span { border-color: rgb(133,234,172); }

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