#85E4B1

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

Shades of Vista Blue #85E4B1

Tints of Vista Blue #85E4B1

Color information

#85E4B1 (or 0x85E4B1) is unknown color: approx Vista Blue. HEX triplet: 85, E4 and B1. RGB value is (133,228,177). Sum of RGB (Red+Green+Blue) = 133+228+177=538 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.72% from 538); Green value is 228 (89.45% from 255 or 42.38% from 538); Blue value is 177 (69.53% from 255 or 32.90% from 538); Max value from RGB is 228 - color contains mainly: green. Hex color #85E4B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E4B1 is #7A1B4E. Grayscale: #C1C1C1. Windows color (decimal): -8002383 or 11658373. OLE color: 11658373.

HSL color Cylindrical-coordinate representation of color #85E4B1: hue angle of 147.79º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85E4B1 is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB133228177-
CMYK0.4200.220.11
HSL147.79º63.76%70.78%-
HSV(B)147.79º41.67%89.41%-
XYZ45.3563.6551.49-
YUV193.78118.5384.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.72%
GREEN value IS 228 (89.45% from 255) = 42.38%
BLUE value IS 177 (69.53% from 255) = 32.90%
R=24.72%
G=42.38%
B=32.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1332281770.4200.220.11147.7963.7670.78
Hex85E4B12A016B944047
Octal2053442615202613224100107
Binary10000101111001001011000110101001011010111001010010000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E4B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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