#85F6AF

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

Shades of Vista Blue #85F6AF

Tints of Vista Blue #85F6AF

Color information

#85F6AF (or 0x85F6AF) is unknown color: approx Vista Blue. HEX triplet: 85, F6 and AF. RGB value is (133,246,175). Sum of RGB (Red+Green+Blue) = 133+246+175=554 (73% of max value = 765). Red value is 133 (52.34% from 255 or 24.01% from 554); Green value is 246 (96.48% from 255 or 44.40% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 246 - color contains mainly: green. Hex color #85F6AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F6AF is #7A0950. Grayscale: #CCCCCC. Windows color (decimal): -7997777 or 11531909. OLE color: 11531909.

HSL color Cylindrical-coordinate representation of color #85F6AF: hue angle of 142.3º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85F6AF is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB133246175-
CMYK0.4600.290.04
HSL142.3º86.26%74.31%-
HSV(B)142.3º45.93%96.47%-
XYZ50.3773.9952.18-
YUV204.12111.5677.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.01%
GREEN value IS 246 (96.48% from 255) = 44.40%
BLUE value IS 175 (68.75% from 255) = 31.59%
R=24.01%
G=44.40%
B=31.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1332461750.4600.290.04142.386.2674.31
Hex85F6AF2E01D48e564a
Octal205366257560354216126112
Binary1000010111110110101011111011100111011001000111010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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