#81F6FE

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

Shades of Electric Blue #81F6FE

Tints of Electric Blue #81F6FE

Color information

#81F6FE (or 0x81F6FE) is unknown color: approx Electric Blue. HEX triplet: 81, F6 and FE. RGB value is (129,246,254). Sum of RGB (Red+Green+Blue) = 129+246+254=629 (83% of max value = 765). Red value is 129 (50.78% from 255 or 20.51% from 629); Green value is 246 (96.48% from 255 or 39.11% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #81F6FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81F6FE is #7E0901. Grayscale: #D3D3D3. Windows color (decimal): -8259842 or 16709249. OLE color: 16709249.

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

Color convert

RGB129246254-
CMYK0.490.0300.00
HSL183.84º98.43%75.1%-
HSV(B)183.84º49.21%99.61%-
XYZ59.977.73105.61-
YUV211.93151.7468.85-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 20.51%
GREEN value IS 246 (96.48% from 255) = 39.11%
BLUE value IS 254 (99.61% from 255) = 40.38%
R=20.51%
G=39.11%
B=40.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1292462540.490.0300.00183.8498.4375.1
Hex81F6FE31300b8624b
Octal20136637661300270142113
Binary10000001111101101111111011000111001011100011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81F6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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