#85F3AE

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

Shades of Vista Blue #85F3AE

Tints of Vista Blue #85F3AE

Color information

#85F3AE (or 0x85F3AE) is unknown color: approx Vista Blue. HEX triplet: 85, F3 and AE. RGB value is (133,243,174). Sum of RGB (Red+Green+Blue) = 133+243+174=550 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.18% from 550); Green value is 243 (95.31% from 255 or 44.18% from 550); Blue value is 174 (68.36% from 255 or 31.64% from 550); Max value from RGB is 243 - color contains mainly: green. Hex color #85F3AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F3AE is #7A0C51. Grayscale: #CACACA. Windows color (decimal): -7998546 or 11465605. OLE color: 11465605.

HSL color Cylindrical-coordinate representation of color #85F3AE: hue angle of 142.36º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F3AE is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB133243174-
CMYK0.4500.280.05
HSL142.36º82.09%73.73%-
HSV(B)142.36º45.27%95.29%-
XYZ49.3672.1451.37-
YUV202.24112.0678.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.18%
GREEN value IS 243 (95.31% from 255) = 44.18%
BLUE value IS 174 (68.36% from 255) = 31.64%
R=24.18%
G=44.18%
B=31.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1332431740.4500.280.05142.3682.0973.73
Hex85F3AE2D01C58e524a
Octal205363256550345216122112
Binary1000010111110011101011101011010111001011000111010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,243,174); }

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

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

 a { background-color: rgb(133,243,174); }

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

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

 span { border-color: rgb(133,243,174); }

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