#81EDFA

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

Shades of Electric Blue #81EDFA

Tints of Electric Blue #81EDFA

Color information

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

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

Color convert

RGB129237250-
CMYK0.480.0500.02
HSL186.45º92.37%74.31%-
HSV(B)186.45º48.4%98.04%-
XYZ56.5972.14101.38-
YUV206.19152.7272.94-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1292372500.480.0500.02186.4592.3774.31
Hex81EDFA30502ba5c4a
Octal20135537260502272134112
Binary1000000111101101111110101100001010101011101010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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