#81F7E9

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

Shades of Electric Blue #81F7E9

Tints of Electric Blue #81F7E9

Color information

#81F7E9 (or 0x81F7E9) is unknown color: approx Electric Blue. HEX triplet: 81, F7 and E9. RGB value is (129,247,233). Sum of RGB (Red+Green+Blue) = 129+247+233=609 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.18% from 609); Green value is 247 (96.88% from 255 or 40.56% from 609); Blue value is 233 (91.41% from 255 or 38.26% from 609); Max value from RGB is 247 - color contains mainly: green. Hex color #81F7E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81F7E9 is #7E0816. Grayscale: #D2D2D2. Windows color (decimal): -8259607 or 15333249. OLE color: 15333249.

HSL color Cylindrical-coordinate representation of color #81F7E9: hue angle of 172.88º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81F7E9 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB129247233-
CMYK0.4800.060.03
HSL172.88º88.06%73.73%-
HSV(B)172.88º47.77%96.86%-
XYZ57.0277.0788.96-
YUV210.12140.9170.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.18%
GREEN value IS 247 (96.88% from 255) = 40.56%
BLUE value IS 233 (91.41% from 255) = 38.26%
R=21.18%
G=40.56%
B=38.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1292472330.4800.060.03172.8888.0673.73
Hex81F7E930063ad584a
Octal20136735160063255130112
Binary1000000111110111111010011100000110111010110110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81F7E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,247,233); }

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

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

 a { background-color: rgb(129,247,233); }

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

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

 span { border-color: rgb(129,247,233); }

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