#81FEEE

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

Shades of Electric Blue #81FEEE

Tints of Electric Blue #81FEEE

Color information

#81FEEE (or 0x81FEEE) is unknown color: approx Electric Blue. HEX triplet: 81, FE and EE. RGB value is (129,254,238). Sum of RGB (Red+Green+Blue) = 129+254+238=621 (82% of max value = 765). Red value is 129 (50.78% from 255 or 20.77% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 254 - color contains mainly: green. Hex color #81FEEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FEEE is #7E0111. Grayscale: #D6D6D6. Windows color (decimal): -8257810 or 15662721. OLE color: 15662721.

HSL color Cylindrical-coordinate representation of color #81FEEE: hue angle of 172.32º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81FEEE is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB129254238-
CMYK0.4900.060.00
HSL172.32º98.43%75.1%-
HSV(B)172.32º49.21%99.61%-
XYZ59.9381.7293.5-
YUV214.8141.0966.8-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 20.77%
GREEN value IS 254 (99.61% from 255) = 40.90%
BLUE value IS 238 (93.36% from 255) = 38.33%
R=20.77%
G=40.90%
B=38.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1292542380.4900.060.00172.3298.4375.1
Hex81FEEE31060ac624b
Octal20137635661060254142113
Binary100000011111111011101110110001011001010110011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81FEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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