#85EAED

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

Shades of Electric Blue #85EAED

Tints of Electric Blue #85EAED

Color information

#85EAED (or 0x85EAED) is unknown color: approx Electric Blue. HEX triplet: 85, EA and ED. RGB value is (133,234,237). Sum of RGB (Red+Green+Blue) = 133+234+237=604 (80% of max value = 765). Red value is 133 (52.34% from 255 or 22.02% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #85EAED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85EAED is #7A1512. Grayscale: #CCCCCC. Windows color (decimal): -8000787 or 15592069. OLE color: 15592069.

HSL color Cylindrical-coordinate representation of color #85EAED: hue angle of 181.73º 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 #85EAED is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB133234237-
CMYK0.440.0100.07
HSL181.73º74.29%72.55%-
HSV(B)181.73º43.88%92.94%-
XYZ54.3869.9590.76-
YUV204.14146.5477.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.02%
GREEN value IS 234 (91.80% from 255) = 38.74%
BLUE value IS 237 (92.97% from 255) = 39.24%
R=22.02%
G=38.74%
B=39.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1332342370.440.0100.07181.7374.2972.55
Hex85EAED2C107b64a49
Octal20535235554107266112111
Binary100001011110101011101101101100101111011011010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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