#85E4B4

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

Shades of Vista Blue #85E4B4

Tints of Vista Blue #85E4B4

Color information

#85E4B4 (or 0x85E4B4) is unknown color: approx Vista Blue. HEX triplet: 85, E4 and B4. RGB value is (133,228,180). Sum of RGB (Red+Green+Blue) = 133+228+180=541 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.58% from 541); Green value is 228 (89.45% from 255 or 42.14% from 541); Blue value is 180 (70.70% from 255 or 33.27% from 541); Max value from RGB is 228 - color contains mainly: green. Hex color #85E4B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85E4B4 is #7A1B4B. Grayscale: #C2C2C2. Windows color (decimal): -8002380 or 11854981. OLE color: 11854981.

HSL color Cylindrical-coordinate representation of color #85E4B4: hue angle of 149.68º 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 #85E4B4 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB133228180-
CMYK0.4200.210.11
HSL149.68º63.76%70.78%-
HSV(B)149.68º41.67%89.41%-
XYZ45.6563.7753.08-
YUV194.12120.0384.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.58%
GREEN value IS 228 (89.45% from 255) = 42.14%
BLUE value IS 180 (70.70% from 255) = 33.27%
R=24.58%
G=42.14%
B=33.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1332281800.4200.210.11149.6863.7670.78
Hex85E4B42A015B964047
Octal2053442645202513226100107
Binary10000101111001001011010010101001010110111001011010000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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