#81FEFF

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

Shades of Electric Blue #81FEFF

Tints of Electric Blue #81FEFF

Color information

#81FEFF (or 0x81FEFF) is unknown color: approx Electric Blue. HEX triplet: 81, FE and FF. RGB value is (129,254,255). Sum of RGB (Red+Green+Blue) = 129+254+255=638 (84% of max value = 765). Red value is 129 (50.78% from 255 or 20.22% from 638); Green value is 254 (99.61% from 255 or 39.81% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #81FEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FEFF is #7E0100. Grayscale: #D8D8D8. Windows color (decimal): -8257793 or 16776833. OLE color: 16776833.

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

Color convert

RGB129254255-
CMYK0.490.0000
HSL180.48º100%75.29%-
HSV(B)180.48º49.41%100%-
XYZ62.5582.77107.29-
YUV216.74149.5965.42-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 20.22%
GREEN value IS 254 (99.61% from 255) = 39.81%
BLUE value IS 255 (100% from 255) = 39.97%
R=20.22%
G=39.81%
B=39.97%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1292542550.490.0000180.4810075.29
Hex81FEFF31000b4644b
Octal20137637761000264144113
Binary1000000111111110111111111100010001011010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81FEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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