#81EAEE

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

Shades of Electric Blue #81EAEE

Tints of Electric Blue #81EAEE

Color information

#81EAEE (or 0x81EAEE) is unknown color: approx Electric Blue. HEX triplet: 81, EA and EE. RGB value is (129,234,238). Sum of RGB (Red+Green+Blue) = 129+234+238=601 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.46% from 601); Green value is 234 (91.80% from 255 or 38.94% from 601); Blue value is 238 (93.36% from 255 or 39.60% from 601); Max value from RGB is 238 - color contains mainly: blue. Hex color #81EAEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81EAEE is #7E1511. Grayscale: #CACACA. Windows color (decimal): -8262930 or 15657601. OLE color: 15657601.

HSL color Cylindrical-coordinate representation of color #81EAEE: hue angle of 182.2º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81EAEE is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB129234238-
CMYK0.460.0200.07
HSL182.2º76.22%71.96%-
HSV(B)182.2º45.8%93.33%-
XYZ53.9169.6991.5-
YUV203.06147.7175.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.46%
GREEN value IS 234 (91.80% from 255) = 38.94%
BLUE value IS 238 (93.36% from 255) = 39.60%
R=21.46%
G=38.94%
B=39.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1292342380.460.0200.07182.276.2271.96
Hex81EAEE2E207b64c48
Octal20135235656207266114110
Binary1000000111101010111011101011101001111011011010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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