#81F2ED

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

Shades of Electric Blue #81F2ED

Tints of Electric Blue #81F2ED

Color information

#81F2ED (or 0x81F2ED) is unknown color: approx Electric Blue. HEX triplet: 81, F2 and ED. RGB value is (129,242,237). Sum of RGB (Red+Green+Blue) = 129+242+237=608 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.22% from 608); Green value is 242 (94.92% from 255 or 39.80% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 242 - color contains mainly: green. Hex color #81F2ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81F2ED is #7E0D12. Grayscale: #CFCFCF. Windows color (decimal): -8260883 or 15594113. OLE color: 15594113.

HSL color Cylindrical-coordinate representation of color #81F2ED: hue angle of 177.35º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81F2ED is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB129242237-
CMYK0.4700.020.05
HSL177.35º81.29%72.75%-
HSV(B)177.35º46.69%94.9%-
XYZ56.0974.2991.5-
YUV207.64144.5671.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.22%
GREEN value IS 242 (94.92% from 255) = 39.80%
BLUE value IS 237 (92.97% from 255) = 38.98%
R=21.22%
G=39.80%
B=38.98%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1292422370.4700.020.05177.3581.2972.75
Hex81F2ED2F025b15149
Octal20136235557025261121111
Binary1000000111110010111011011011110101011011000110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81F2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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