#85EBA8

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

Shades of Vista Blue #85EBA8

Tints of Vista Blue #85EBA8

Color information

#85EBA8 (or 0x85EBA8) is unknown color: approx Vista Blue. HEX triplet: 85, EB and A8. RGB value is (133,235,168). Sum of RGB (Red+Green+Blue) = 133+235+168=536 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.81% from 536); Green value is 235 (92.19% from 255 or 43.84% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 235 - color contains mainly: green. Hex color #85EBA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EBA8 is #7A1457. Grayscale: #C5C5C5. Windows color (decimal): -8000600 or 11070341. OLE color: 11070341.

HSL color Cylindrical-coordinate representation of color #85EBA8: hue angle of 140.59º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85EBA8 is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB133235168-
CMYK0.4300.290.08
HSL140.59º71.83%72.16%-
HSV(B)140.59º43.4%92.16%-
XYZ46.4567.2347.57-
YUV196.86111.7182.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.81%
GREEN value IS 235 (92.19% from 255) = 43.84%
BLUE value IS 168 (66.02% from 255) = 31.34%
R=24.81%
G=43.84%
B=31.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1332351680.4300.290.08140.5971.8372.16
Hex85EBA82B01D88d4848
Octal2053532505303510215110110
Binary10000101111010111010100010101101110110001000110110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,235,168); }

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

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

 a { background-color: rgb(133,235,168); }

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

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

 span { border-color: rgb(133,235,168); }

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