#81FAEA

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

Shades of Electric Blue #81FAEA

Tints of Electric Blue #81FAEA

Color information

#81FAEA (or 0x81FAEA) is unknown color: approx Electric Blue. HEX triplet: 81, FA and EA. RGB value is (129,250,234). Sum of RGB (Red+Green+Blue) = 129+250+234=613 (81% of max value = 765). Red value is 129 (50.78% from 255 or 21.04% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 250 - color contains mainly: green. Hex color #81FAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FAEA is #7E0515. Grayscale: #D3D3D3. Windows color (decimal): -8258838 or 15399553. OLE color: 15399553.

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

Color convert

RGB129250234-
CMYK0.4800.060.02
HSL172.07º92.37%74.31%-
HSV(B)172.07º48.4%98.04%-
XYZ58.0978.9890.02-
YUV212140.4168.8-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.04%
GREEN value IS 250 (98.05% from 255) = 40.78%
BLUE value IS 234 (91.80% from 255) = 38.17%
R=21.04%
G=40.78%
B=38.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1292502340.4800.060.02172.0792.3774.31
Hex81FAEA30062ac5c4a
Octal20137235260062254134112
Binary1000000111111010111010101100000110101010110010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81FAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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