#81EFEC

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

Shades of Electric Blue #81EFEC

Tints of Electric Blue #81EFEC

Color information

#81EFEC (or 0x81EFEC) is unknown color: approx Electric Blue. HEX triplet: 81, EF and EC. RGB value is (129,239,236). Sum of RGB (Red+Green+Blue) = 129+239+236=604 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.36% from 604); Green value is 239 (93.75% from 255 or 39.57% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 239 - color contains mainly: green. Hex color #81EFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81EFEC is #7E1013. Grayscale: #CDCDCD. Windows color (decimal): -8261652 or 15527809. OLE color: 15527809.

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

Color convert

RGB129239236-
CMYK0.4600.010.06
HSL178.36º77.46%72.16%-
HSV(B)178.36º46.03%93.73%-
XYZ55.0672.4690.44-
YUV205.77145.0673.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.36%
GREEN value IS 239 (93.75% from 255) = 39.57%
BLUE value IS 236 (92.58% from 255) = 39.07%
R=21.36%
G=39.57%
B=39.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1292392360.4600.010.06178.3677.4672.16
Hex81EFEC2E016b24d48
Octal20135735456016262115110
Binary100000011110111111101100101110011101011001010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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