#81EEEA

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

Shades of Electric Blue #81EEEA

Tints of Electric Blue #81EEEA

Color information

#81EEEA (or 0x81EEEA) is unknown color: approx Electric Blue. HEX triplet: 81, EE and EA. RGB value is (129,238,234). Sum of RGB (Red+Green+Blue) = 129+238+234=601 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.46% from 601); Green value is 238 (93.36% from 255 or 39.60% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 238 - color contains mainly: green. Hex color #81EEEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81EEEA is #7E1115. Grayscale: #CCCCCC. Windows color (decimal): -8261910 or 15396481. OLE color: 15396481.

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

Color convert

RGB129238234-
CMYK0.4600.020.07
HSL177.8º76.22%71.96%-
HSV(B)177.8º45.8%93.33%-
XYZ54.4871.7688.82-
YUV204.95144.3973.83-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.46%
GREEN value IS 238 (93.36% from 255) = 39.60%
BLUE value IS 234 (91.80% from 255) = 38.94%
R=21.46%
G=39.60%
B=38.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1292382340.4600.020.07177.876.2271.96
Hex81EEEA2E027b24c48
Octal20135635256027262114110
Binary1000000111101110111010101011100101111011001010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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