#85E7B6

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

Shades of Vista Blue #85E7B6

Tints of Vista Blue #85E7B6

Color information

#85E7B6 (or 0x85E7B6) is unknown color: approx Vista Blue. HEX triplet: 85, E7 and B6. RGB value is (133,231,182). Sum of RGB (Red+Green+Blue) = 133+231+182=546 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.36% from 546); Green value is 231 (90.62% from 255 or 42.31% from 546); Blue value is 182 (71.48% from 255 or 33.33% from 546); Max value from RGB is 231 - color contains mainly: green. Hex color #85E7B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85E7B6 is #7A1849. Grayscale: #C4C4C4. Windows color (decimal): -8001610 or 11986821. OLE color: 11986821.

HSL color Cylindrical-coordinate representation of color #85E7B6: hue angle of 150º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85E7B6 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.

Color convert

RGB133231182-
CMYK0.4200.210.09
HSL150º67.12%71.37%-
HSV(B)150º42.42%90.59%-
XYZ46.6965.5254.44-
YUV196.11120.0382.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.36%
GREEN value IS 231 (90.62% from 255) = 42.31%
BLUE value IS 182 (71.48% from 255) = 33.33%
R=24.36%
G=42.31%
B=33.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1332311820.4200.210.0915067.1271.37
Hex85E7B62A0159964347
Octal2053472665202511226103107
Binary10000101111001111011011010101001010110011001011010000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,231,182); }

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

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

 a { background-color: rgb(133,231,182); }

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

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

 span { border-color: rgb(133,231,182); }

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