#81F6EA

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

Shades of Electric Blue #81F6EA

Tints of Electric Blue #81F6EA

Color information

#81F6EA (or 0x81F6EA) is unknown color: approx Electric Blue. HEX triplet: 81, F6 and EA. RGB value is (129,246,234). Sum of RGB (Red+Green+Blue) = 129+246+234=609 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.18% from 609); Green value is 246 (96.48% from 255 or 40.39% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 246 - color contains mainly: green. Hex color #81F6EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81F6EA is #7E0915. Grayscale: #D1D1D1. Windows color (decimal): -8259862 or 15398529. OLE color: 15398529.

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

Color convert

RGB129246234-
CMYK0.4800.050.04
HSL173.85º86.67%73.53%-
HSV(B)173.85º47.56%96.47%-
XYZ56.8676.5289.61-
YUV209.65141.7470.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.18%
GREEN value IS 246 (96.48% from 255) = 40.39%
BLUE value IS 234 (91.80% from 255) = 38.42%
R=21.18%
G=40.39%
B=38.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1292462340.4800.050.04173.8586.6773.53
Hex81F6EA30054ae574a
Octal20136635260054256127112
Binary10000001111101101110101011000001011001010111010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81F6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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