#85EBAC

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

Shades of Vista Blue #85EBAC

Tints of Vista Blue #85EBAC

Color information

#85EBAC (or 0x85EBAC) is unknown color: approx Vista Blue. HEX triplet: 85, EB and AC. RGB value is (133,235,172). Sum of RGB (Red+Green+Blue) = 133+235+172=540 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.63% from 540); Green value is 235 (92.19% from 255 or 43.52% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 235 - color contains mainly: green. Hex color #85EBAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EBAC is #7A1453. Grayscale: #C5C5C5. Windows color (decimal): -8000596 or 11332485. OLE color: 11332485.

HSL color Cylindrical-coordinate representation of color #85EBAC: hue angle of 142.94º 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 #85EBAC is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB133235172-
CMYK0.4300.270.08
HSL142.94º71.83%72.16%-
HSV(B)142.94º43.4%92.16%-
XYZ46.8367.3849.57-
YUV197.32113.7182.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.63%
GREEN value IS 235 (92.19% from 255) = 43.52%
BLUE value IS 172 (67.58% from 255) = 31.85%
R=24.63%
G=43.52%
B=31.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1332351720.4300.270.08142.9471.8372.16
Hex85EBAC2B01B88f4848
Octal2053532545303310217110110
Binary10000101111010111010110010101101101110001000111110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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