#81FEFE

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

Shades of Electric Blue #81FEFE

Tints of Electric Blue #81FEFE

Color information

#81FEFE (or 0x81FEFE) is unknown color: approx Electric Blue. HEX triplet: 81, FE and FE. RGB value is (129,254,254). Sum of RGB (Red+Green+Blue) = 129+254+254=637 (84% of max value = 765). Red value is 129 (50.78% from 255 or 20.25% from 637); Green value is 254 (99.61% from 255 or 39.87% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #81FEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FEFE is #7E0101. Grayscale: #D8D8D8. Windows color (decimal): -8257794 or 16711297. OLE color: 16711297.

HSL color Cylindrical-coordinate representation of color #81FEFE: hue angle of 180º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81FEFE is Cyan = 0.49, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB129254254-
CMYK0.49000.00
HSL180º98.43%75.1%-
HSV(B)180º49.21%99.61%-
XYZ62.3882.71106.44-
YUV216.62149.0965.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 20.25%
GREEN value IS 254 (99.61% from 255) = 39.87%
BLUE value IS 254 (99.61% from 255) = 39.87%
R=20.25%
G=39.87%
B=39.87%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1292542540.49000.0018098.4375.1
Hex81FEFE31000b4624b
Octal20137637661000264142113
Binary1000000111111110111111101100010001011010011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81FEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,254,254); }

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

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

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

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

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

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

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