#81F4EF

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

Shades of Electric Blue #81F4EF

Tints of Electric Blue #81F4EF

Color information

#81F4EF (or 0x81F4EF) is unknown color: approx Electric Blue. HEX triplet: 81, F4 and EF. RGB value is (129,244,239). Sum of RGB (Red+Green+Blue) = 129+244+239=612 (81% of max value = 765). Red value is 129 (50.78% from 255 or 21.08% from 612); Green value is 244 (95.70% from 255 or 39.87% from 612); Blue value is 239 (93.75% from 255 or 39.05% from 612); Max value from RGB is 244 - color contains mainly: green. Hex color #81F4EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81F4EF is #7E0B10. Grayscale: #D0D0D0. Windows color (decimal): -8260369 or 15725697. OLE color: 15725697.

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

Color convert

RGB129244239-
CMYK0.4700.020.04
HSL177.39º83.94%73.14%-
HSV(B)177.39º47.13%95.69%-
XYZ56.9875.693.25-
YUV209.04144.970.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.08%
GREEN value IS 244 (95.70% from 255) = 39.87%
BLUE value IS 239 (93.75% from 255) = 39.05%
R=21.08%
G=39.87%
B=39.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1292442390.4700.020.04177.3983.9473.14
Hex81F4EF2F024b15449
Octal20136435757024261124111
Binary1000000111110100111011111011110101001011000110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81F4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,244,239); }

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

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

 a { background-color: rgb(129,244,239); }

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

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

 span { border-color: rgb(129,244,239); }

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