#85FAB0

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

Shades of Vista Blue #85FAB0

Tints of Vista Blue #85FAB0

Color information

#85FAB0 (or 0x85FAB0) is unknown color: approx Vista Blue. HEX triplet: 85, FA and B0. RGB value is (133,250,176). Sum of RGB (Red+Green+Blue) = 133+250+176=559 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.79% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 176 (69.14% from 255 or 31.48% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #85FAB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FAB0 is #7A054F. Grayscale: #CECECE. Windows color (decimal): -7996752 or 11598469. OLE color: 11598469.

HSL color Cylindrical-coordinate representation of color #85FAB0: hue angle of 142.05º degrees, saturation: 0.92, 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 #85FAB0 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB133250176-
CMYK0.4700.300.02
HSL142.05º92.13%75.1%-
HSV(B)142.05º46.8%98.04%-
XYZ51.6976.4953.11-
YUV206.58110.7475.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.79%
GREEN value IS 250 (98.05% from 255) = 44.72%
BLUE value IS 176 (69.14% from 255) = 31.48%
R=23.79%
G=44.72%
B=31.48%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332501760.4700.300.02142.0592.1375.1
Hex85FAB02F01E28e5c4b
Octal205372260570362216134113
Binary100001011111101010110000101111011110101000111010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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