#85F2B1

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

Shades of Vista Blue #85F2B1

Tints of Vista Blue #85F2B1

Color information

#85F2B1 (or 0x85F2B1) is unknown color: approx Vista Blue. HEX triplet: 85, F2 and B1. RGB value is (133,242,177). Sum of RGB (Red+Green+Blue) = 133+242+177=552 (73% of max value = 765). Red value is 133 (52.34% from 255 or 24.09% from 552); Green value is 242 (94.92% from 255 or 43.84% from 552); Blue value is 177 (69.53% from 255 or 32.07% from 552); Max value from RGB is 242 - color contains mainly: green. Hex color #85F2B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F2B1 is #7A0D4E. Grayscale: #CACACA. Windows color (decimal): -7998799 or 11661957. OLE color: 11661957.

HSL color Cylindrical-coordinate representation of color #85F2B1: hue angle of 144.22º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F2B1 is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB133242177-
CMYK0.4500.270.05
HSL144.22º80.74%73.53%-
HSV(B)144.22º45.04%94.9%-
XYZ49.3671.6752.83-
YUV202113.8978.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.09%
GREEN value IS 242 (94.92% from 255) = 43.84%
BLUE value IS 177 (69.53% from 255) = 32.07%
R=24.09%
G=43.84%
B=32.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1332421770.4500.270.05144.2280.7473.53
Hex85F2B12D01B590514a
Octal205362261550335220121112
Binary1000010111110010101100011011010110111011001000010100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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