#85EBEC

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

Shades of Electric Blue #85EBEC

Tints of Electric Blue #85EBEC

Color information

#85EBEC (or 0x85EBEC) is unknown color: approx Electric Blue. HEX triplet: 85, EB and EC. RGB value is (133,235,236). Sum of RGB (Red+Green+Blue) = 133+235+236=604 (80% of max value = 765). Red value is 133 (52.34% from 255 or 22.02% from 604); Green value is 235 (92.19% from 255 or 38.91% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #85EBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85EBEC is #7A1413. Grayscale: #CCCCCC. Windows color (decimal): -8000532 or 15526789. OLE color: 15526789.

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

Color convert

RGB133235236-
CMYK0.440.0000.07
HSL180.58º73.05%72.35%-
HSV(B)180.58º43.64%92.55%-
XYZ54.5270.4690.08-
YUV204.62145.7176.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.02%
GREEN value IS 235 (92.19% from 255) = 38.91%
BLUE value IS 236 (92.58% from 255) = 39.07%
R=22.02%
G=38.91%
B=39.07%

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
Decimal1332352360.440.0000.07180.5873.0572.35
Hex85EBEC2C007b54948
Octal20535335454007265111110
Binary100001011110101111101100101100001111011010110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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