#85ECED

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

Shades of Electric Blue #85ECED

Tints of Electric Blue #85ECED

Color information

#85ECED (or 0x85ECED) is unknown color: approx Electric Blue. HEX triplet: 85, EC and ED. RGB value is (133,236,237). Sum of RGB (Red+Green+Blue) = 133+236+237=606 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.95% from 606); Green value is 236 (92.58% from 255 or 38.94% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 237 - color contains mainly: blue. Hex color #85ECED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85ECED is #7A1312. Grayscale: #CDCDCD. Windows color (decimal): -8000275 or 15592581. OLE color: 15592581.

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

Color convert

RGB133236237-
CMYK0.440.0000.07
HSL180.58º74.29%72.55%-
HSV(B)180.58º43.88%92.94%-
XYZ54.9571.0990.95-
YUV205.32145.8876.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.95%
GREEN value IS 236 (92.58% from 255) = 38.94%
BLUE value IS 237 (92.97% from 255) = 39.11%
R=21.95%
G=38.94%
B=39.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1332362370.440.0000.07180.5874.2972.55
Hex85ECED2C007b54a49
Octal20535435554007265112111
Binary100001011110110011101101101100001111011010110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ECED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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