#85e6ec

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

Shades of Electric Blue #85E6EC

Tints of Electric Blue #85E6EC

Color information

#85E6EC (or 0x85E6EC) is unknown color: approx Electric Blue. HEX triplet: 85, E6 and EC. RGB value is (133,230,236). Sum of RGB (Red+Green+Blue) = 133+230+236=599 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.20% from 599); Green value is 230 (90.23% from 255 or 38.40% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 236 - color contains mainly: blue. Hex color #85E6EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85E6EC is #7A1913. Grayscale: #C9C9C9. Windows color (decimal): -8001812 or 15525509. OLE color: 15525509.

HSL color Cylindrical-coordinate representation of color #85E6EC: hue angle of 183.5º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85E6EC is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB133230236-
CMYK0.440.0300.07
HSL183.5º73.05%72.35%-
HSV(B)183.5º43.64%92.55%-
XYZ53.1167.6489.61-
YUV201.68147.3679.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.20%
GREEN value IS 230 (90.23% from 255) = 38.40%
BLUE value IS 236 (92.58% from 255) = 39.40%
R=22.20%
G=38.40%
B=39.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1332302360.440.0300.07183.573.0572.35
Hex85E6EC2C307b74948
Octal20534635454307267111110
Binary1000010111100110111011001011001101111011011110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85e6ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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