#81FEF2

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

Shades of Electric Blue #81FEF2

Tints of Electric Blue #81FEF2

Color information

#81FEF2 (or 0x81FEF2) is unknown color: approx Electric Blue. HEX triplet: 81, FE and F2. RGB value is (129,254,242). Sum of RGB (Red+Green+Blue) = 129+254+242=625 (82% of max value = 765). Red value is 129 (50.78% from 255 or 20.64% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 242 (94.92% from 255 or 38.72% from 625); Max value from RGB is 254 - color contains mainly: green. Hex color #81FEF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FEF2 is #7E010D. Grayscale: #D7D7D7. Windows color (decimal): -8257806 or 15924865. OLE color: 15924865.

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

Color convert

RGB129254242-
CMYK0.4900.050.00
HSL174.24º98.43%75.1%-
HSV(B)174.24º49.21%99.61%-
XYZ60.5281.9696.63-
YUV215.26143.0966.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 20.64%
GREEN value IS 254 (99.61% from 255) = 40.64%
BLUE value IS 242 (94.92% from 255) = 38.72%
R=20.64%
G=40.64%
B=38.72%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1292542420.4900.050.00174.2498.4375.1
Hex81FEF231050ae624b
Octal20137636261050256142113
Binary100000011111111011110010110001010101010111011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81FEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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