#81FAEC

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

Shades of Electric Blue #81FAEC

Tints of Electric Blue #81FAEC

Color information

#81FAEC (or 0x81FAEC) is unknown color: approx Electric Blue. HEX triplet: 81, FA and EC. RGB value is (129,250,236). Sum of RGB (Red+Green+Blue) = 129+250+236=615 (81% of max value = 765). Red value is 129 (50.78% from 255 or 20.98% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #81FAEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FAEC is #7E0513. Grayscale: #D4D4D4. Windows color (decimal): -8258836 or 15530625. OLE color: 15530625.

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

Color convert

RGB129250236-
CMYK0.4800.060.02
HSL173.06º92.37%74.31%-
HSV(B)173.06º48.4%98.04%-
XYZ58.3879.0991.55-
YUV212.22141.4168.64-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 20.98%
GREEN value IS 250 (98.05% from 255) = 40.65%
BLUE value IS 236 (92.58% from 255) = 38.37%
R=20.98%
G=40.65%
B=38.37%

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
Decimal1292502360.4800.060.02173.0692.3774.31
Hex81FAEC30062ad5c4a
Octal20137235460062255134112
Binary1000000111111010111011001100000110101010110110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81FAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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