#81EEEC

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

Shades of Electric Blue #81EEEC

Tints of Electric Blue #81EEEC

Color information

#81EEEC (or 0x81EEEC) is unknown color: approx Electric Blue. HEX triplet: 81, EE and EC. RGB value is (129,238,236). Sum of RGB (Red+Green+Blue) = 129+238+236=603 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.39% from 603); Green value is 238 (93.36% from 255 or 39.47% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 238 - color contains mainly: green. Hex color #81EEEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81EEEC is #7E1113. Grayscale: #CDCDCD. Windows color (decimal): -8261908 or 15527553. OLE color: 15527553.

HSL color Cylindrical-coordinate representation of color #81EEEC: hue angle of 178.9º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81EEEC is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB129238236-
CMYK0.4600.010.07
HSL178.9º76.22%71.96%-
HSV(B)178.9º45.8%93.33%-
XYZ54.7771.8790.34-
YUV205.18145.3973.66-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.39%
GREEN value IS 238 (93.36% from 255) = 39.47%
BLUE value IS 236 (92.58% from 255) = 39.14%
R=21.39%
G=39.47%
B=39.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1292382360.4600.010.07178.976.2271.96
Hex81EEEC2E017b34c48
Octal20135635456017263114110
Binary100000011110111011101100101110011111011001110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81EEEC; }

 p { color: rgb(129,238,236); }

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

<style>
 a { background-color: #81EEEC; }

 a { background-color: rgb(129,238,236); }

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

<style>
 span { border-color: #81EEEC; }

 span { border-color: rgb(129,238,236); }

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