#81F6ED

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

Shades of Electric Blue #81F6ED

Tints of Electric Blue #81F6ED

Color information

#81F6ED (or 0x81F6ED) is unknown color: approx Electric Blue. HEX triplet: 81, F6 and ED. RGB value is (129,246,237). Sum of RGB (Red+Green+Blue) = 129+246+237=612 (81% of max value = 765). Red value is 129 (50.78% from 255 or 21.08% from 612); Green value is 246 (96.48% from 255 or 40.20% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 246 - color contains mainly: green. Hex color #81F6ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81F6ED is #7E0912. Grayscale: #D1D1D1. Windows color (decimal): -8259859 or 15595137. OLE color: 15595137.

HSL color Cylindrical-coordinate representation of color #81F6ED: hue angle of 175.38º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81F6ED is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB129246237-
CMYK0.4800.040.04
HSL175.38º86.67%73.53%-
HSV(B)175.38º47.56%96.47%-
XYZ57.376.6991.9-
YUV209.99143.2470.23-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.08%
GREEN value IS 246 (96.48% from 255) = 40.20%
BLUE value IS 237 (92.97% from 255) = 38.73%
R=21.08%
G=40.20%
B=38.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1292462370.4800.040.04175.3886.6773.53
Hex81F6ED30044af574a
Octal20136635560044257127112
Binary10000001111101101110110111000001001001010111110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81F6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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