#81F0EA

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

Shades of Electric Blue #81F0EA

Tints of Electric Blue #81F0EA

Color information

#81F0EA (or 0x81F0EA) is unknown color: approx Electric Blue. HEX triplet: 81, F0 and EA. RGB value is (129,240,234). Sum of RGB (Red+Green+Blue) = 129+240+234=603 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.39% from 603); Green value is 240 (94.14% from 255 or 39.80% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 240 - color contains mainly: green. Hex color #81F0EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81F0EA is #7E0F15. Grayscale: #CECECE. Windows color (decimal): -8261398 or 15396993. OLE color: 15396993.

HSL color Cylindrical-coordinate representation of color #81F0EA: hue angle of 176.76º degrees, saturation: 0.79, 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 #81F0EA is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB129240234-
CMYK0.4600.020.06
HSL176.76º78.72%72.35%-
HSV(B)176.76º46.25%94.12%-
XYZ55.0672.9389.02-
YUV206.13143.7372.99-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.39%
GREEN value IS 240 (94.14% from 255) = 39.80%
BLUE value IS 234 (91.80% from 255) = 38.81%
R=21.39%
G=39.80%
B=38.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1292402340.4600.020.06176.7678.7272.35
Hex81F0EA2E026b14f48
Octal20136035256026261117110
Binary1000000111110000111010101011100101101011000110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81F0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,240,234); }

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

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

 a { background-color: rgb(129,240,234); }

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

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

 span { border-color: rgb(129,240,234); }

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