#81FFF8

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

Shades of Electric Blue #81FFF8

Tints of Electric Blue #81FFF8

Color information

#81FFF8 (or 0x81FFF8) is unknown color: approx Electric Blue. HEX triplet: 81, FF and F8. RGB value is (129,255,248). Sum of RGB (Red+Green+Blue) = 129+255+248=632 (83% of max value = 765). Red value is 129 (50.78% from 255 or 20.41% from 632); Green value is 255 (100% from 255 or 40.35% from 632); Blue value is 248 (97.27% from 255 or 39.24% from 632); Max value from RGB is 255 - color contains mainly: green. Hex color #81FFF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FFF8 is #7E0007. Grayscale: #D8D8D8. Windows color (decimal): -8257544 or 16318337. OLE color: 16318337.

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

Color convert

RGB129255248-
CMYK0.4900.030
HSL176.67º100%75.29%-
HSV(B)176.67º49.41%100%-
XYZ61.7682.96101.57-
YUV216.53145.7665.57-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 20.41%
GREEN value IS 255 (100% from 255) = 40.35%
BLUE value IS 248 (97.27% from 255) = 39.24%
R=20.41%
G=40.35%
B=39.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1292552480.4900.030176.6710075.29
Hex81FFF831030b1644b
Octal20137737061030261144113
Binary10000001111111111111100011000101101011000111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81FFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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