#85EDBA

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

Shades of Vista Blue #85EDBA

Tints of Vista Blue #85EDBA

Color information

#85EDBA (or 0x85EDBA) is unknown color: approx Vista Blue. HEX triplet: 85, ED and BA. RGB value is (133,237,186). Sum of RGB (Red+Green+Blue) = 133+237+186=556 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.92% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 237 - color contains mainly: green. Hex color #85EDBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EDBA is #7A1245. Grayscale: #C8C8C8. Windows color (decimal): -8000070 or 12250501. OLE color: 12250501.

HSL color Cylindrical-coordinate representation of color #85EDBA: hue angle of 150.58º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85EDBA is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB133237186-
CMYK0.4400.220.07
HSL150.58º74.29%72.55%-
HSV(B)150.58º43.88%92.94%-
XYZ48.8269.157.22-
YUV200.09120.0480.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.92%
GREEN value IS 237 (92.97% from 255) = 42.63%
BLUE value IS 186 (73.05% from 255) = 33.45%
R=23.92%
G=42.63%
B=33.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1332371860.4400.220.07150.5874.2972.55
Hex85EDBA2C0167974a49
Octal205355272540267227112111
Binary1000010111101101101110101011000101101111001011110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,237,186); }

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

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

 a { background-color: rgb(133,237,186); }

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

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

 span { border-color: rgb(133,237,186); }

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