#85F9B0

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

Shades of Vista Blue #85F9B0

Tints of Vista Blue #85F9B0

Color information

#85F9B0 (or 0x85F9B0) is unknown color: approx Vista Blue. HEX triplet: 85, F9 and B0. RGB value is (133,249,176). Sum of RGB (Red+Green+Blue) = 133+249+176=558 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.84% from 558); Green value is 249 (97.66% from 255 or 44.62% from 558); Blue value is 176 (69.14% from 255 or 31.54% from 558); Max value from RGB is 249 - color contains mainly: green. Hex color #85F9B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F9B0 is #7A064F. Grayscale: #CECECE. Windows color (decimal): -7997008 or 11598213. OLE color: 11598213.

HSL color Cylindrical-coordinate representation of color #85F9B0: hue angle of 142.24º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85F9B0 is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB133249176-
CMYK0.4700.290.02
HSL142.24º90.62%74.9%-
HSV(B)142.24º46.59%97.65%-
XYZ51.3975.8753.01-
YUV205.99111.0775.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.84%
GREEN value IS 249 (97.66% from 255) = 44.62%
BLUE value IS 176 (69.14% from 255) = 31.54%
R=23.84%
G=44.62%
B=31.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332491760.4700.290.02142.2490.6274.9
Hex85F9B02F01D28e5b4b
Octal205371260570352216133113
Binary100001011111100110110000101111011101101000111010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,249,176); }

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

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

 a { background-color: rgb(133,249,176); }

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

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

 span { border-color: rgb(133,249,176); }

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