#81FAED

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

Shades of Electric Blue #81FAED

Tints of Electric Blue #81FAED

Color information

#81FAED (or 0x81FAED) is unknown color: approx Electric Blue. HEX triplet: 81, FA and ED. RGB value is (129,250,237). Sum of RGB (Red+Green+Blue) = 129+250+237=616 (81% of max value = 765). Red value is 129 (50.78% from 255 or 20.94% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 250 - color contains mainly: green. Hex color #81FAED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FAED is #7E0512. Grayscale: #D4D4D4. Windows color (decimal): -8258835 or 15596161. OLE color: 15596161.

HSL color Cylindrical-coordinate representation of color #81FAED: hue angle of 173.55º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81FAED is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB129250237-
CMYK0.4800.050.02
HSL173.55º92.37%74.31%-
HSV(B)173.55º48.4%98.04%-
XYZ58.5279.1592.31-
YUV212.34141.9168.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 20.94%
GREEN value IS 250 (98.05% from 255) = 40.58%
BLUE value IS 237 (92.97% from 255) = 38.47%
R=20.94%
G=40.58%
B=38.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1292502370.4800.050.02173.5592.3774.31
Hex81FAED30052ae5c4a
Octal20137235560052256134112
Binary1000000111111010111011011100000101101010111010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81FAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,250,237); }

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

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

 a { background-color: rgb(129,250,237); }

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

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

 span { border-color: rgb(129,250,237); }

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