#81FEF8

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

Shades of Electric Blue #81FEF8

Tints of Electric Blue #81FEF8

Color information

#81FEF8 (or 0x81FEF8) is unknown color: approx Electric Blue. HEX triplet: 81, FE and F8. RGB value is (129,254,248). Sum of RGB (Red+Green+Blue) = 129+254+248=631 (83% of max value = 765). Red value is 129 (50.78% from 255 or 20.44% from 631); Green value is 254 (99.61% from 255 or 40.25% from 631); Blue value is 248 (97.27% from 255 or 39.30% from 631); Max value from RGB is 254 - color contains mainly: green. Hex color #81FEF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FEF8 is #7E0107. Grayscale: #D7D7D7. Windows color (decimal): -8257800 or 16318081. OLE color: 16318081.

HSL color Cylindrical-coordinate representation of color #81FEF8: hue angle of 177.12º 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 #81FEF8 is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB129254248-
CMYK0.4900.020.00
HSL177.12º98.43%75.1%-
HSV(B)177.12º49.21%99.61%-
XYZ61.4482.33101.46-
YUV215.94146.0965.99-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 20.44%
GREEN value IS 254 (99.61% from 255) = 40.25%
BLUE value IS 248 (97.27% from 255) = 39.30%
R=20.44%
G=40.25%
B=39.30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1292542480.4900.020.00177.1298.4375.1
Hex81FEF831020b1624b
Octal20137637061020261142113
Binary10000001111111101111100011000101001011000111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81FEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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