#85EAEF

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

Shades of Electric Blue #85EAEF

Tints of Electric Blue #85EAEF

Color information

#85EAEF (or 0x85EAEF) is unknown color: approx Electric Blue. HEX triplet: 85, EA and EF. RGB value is (133,234,239). Sum of RGB (Red+Green+Blue) = 133+234+239=606 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.95% from 606); Green value is 234 (91.80% from 255 or 38.61% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #85EAEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85EAEF is #7A1510. Grayscale: #CCCCCC. Windows color (decimal): -8000785 or 15723141. OLE color: 15723141.

HSL color Cylindrical-coordinate representation of color #85EAEF: hue angle of 182.83º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85EAEF is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB133234239-
CMYK0.440.0200.06
HSL182.83º76.81%72.94%-
HSV(B)182.83º44.35%93.73%-
XYZ54.6870.0692.3-
YUV204.37147.5477.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.95%
GREEN value IS 234 (91.80% from 255) = 38.61%
BLUE value IS 239 (93.75% from 255) = 39.44%
R=21.95%
G=38.61%
B=39.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1332342390.440.0200.06182.8376.8172.94
Hex85EAEF2C206b74d49
Octal20535235754206267115111
Binary1000010111101010111011111011001001101011011110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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