#85ECAF

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

Shades of Vista Blue #85ECAF

Tints of Vista Blue #85ECAF

Color information

#85ECAF (or 0x85ECAF) is unknown color: approx Vista Blue. HEX triplet: 85, EC and AF. RGB value is (133,236,175). Sum of RGB (Red+Green+Blue) = 133+236+175=544 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.45% from 544); Green value is 236 (92.58% from 255 or 43.38% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 236 - color contains mainly: green. Hex color #85ECAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85ECAF is #7A1350. Grayscale: #C6C6C6. Windows color (decimal): -8000337 or 11529349. OLE color: 11529349.

HSL color Cylindrical-coordinate representation of color #85ECAF: hue angle of 144.47º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85ECAF is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB133236175-
CMYK0.4400.260.07
HSL144.47º73.05%72.35%-
HSV(B)144.47º43.64%92.55%-
XYZ47.4168.0751.2-
YUV198.25114.8881.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.45%
GREEN value IS 236 (92.58% from 255) = 43.38%
BLUE value IS 175 (68.75% from 255) = 32.17%
R=24.45%
G=43.38%
B=32.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1332361750.4400.260.07144.4773.0572.35
Hex85ECAF2C01A7904948
Octal205354257540327220111110
Binary1000010111101100101011111011000110101111001000010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ECAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,236,175); }

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

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

 a { background-color: rgb(133,236,175); }

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

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

 span { border-color: rgb(133,236,175); }

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