#85FBB0

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

Shades of Vista Blue #85FBB0

Tints of Vista Blue #85FBB0

Color information

#85FBB0 (or 0x85FBB0) is unknown color: approx Vista Blue. HEX triplet: 85, FB and B0. RGB value is (133,251,176). Sum of RGB (Red+Green+Blue) = 133+251+176=560 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.75% from 560); Green value is 251 (98.44% from 255 or 44.82% from 560); Blue value is 176 (69.14% from 255 or 31.43% from 560); Max value from RGB is 251 - color contains mainly: green. Hex color #85FBB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FBB0 is #7A044F. Grayscale: #CFCFCF. Windows color (decimal): -7996496 or 11598725. OLE color: 11598725.

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

Color convert

RGB133251176-
CMYK0.4700.300.02
HSL141.86º93.65%75.29%-
HSV(B)141.86º47.01%98.43%-
XYZ52.0177.1253.22-
YUV207.17110.4175.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.75%
GREEN value IS 251 (98.44% from 255) = 44.82%
BLUE value IS 176 (69.14% from 255) = 31.43%
R=23.75%
G=44.82%
B=31.43%

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
Decimal1332511760.4700.300.02141.8693.6575.29
Hex85FBB02F01E28e5e4b
Octal205373260570362216136113
Binary100001011111101110110000101111011110101000111010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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