#85E9B1

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

Shades of Vista Blue #85E9B1

Tints of Vista Blue #85E9B1

Color information

#85E9B1 (or 0x85E9B1) is unknown color: approx Vista Blue. HEX triplet: 85, E9 and B1. RGB value is (133,233,177). Sum of RGB (Red+Green+Blue) = 133+233+177=543 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.49% from 543); Green value is 233 (91.41% from 255 or 42.91% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 233 - color contains mainly: green. Hex color #85E9B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85E9B1 is #7A164E. Grayscale: #C4C4C4. Windows color (decimal): -8001103 or 11659653. OLE color: 11659653.

HSL color Cylindrical-coordinate representation of color #85E9B1: hue angle of 146.4º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85E9B1 is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB133233177-
CMYK0.4300.240.09
HSL146.4º69.44%71.76%-
HSV(B)146.4º42.92%91.37%-
XYZ46.7566.4451.96-
YUV196.72116.8782.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.49%
GREEN value IS 233 (91.41% from 255) = 42.91%
BLUE value IS 177 (69.53% from 255) = 32.60%
R=24.49%
G=42.91%
B=32.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1332331770.4300.240.09146.469.4471.76
Hex85E9B12B0189924548
Octal2053512615303011222105110
Binary10000101111010011011000110101101100010011001001010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,233,177); }

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

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

 a { background-color: rgb(133,233,177); }

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

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

 span { border-color: rgb(133,233,177); }

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