#81F7F8

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

Shades of Electric Blue #81F7F8

Tints of Electric Blue #81F7F8

Color information

#81F7F8 (or 0x81F7F8) is unknown color: approx Electric Blue. HEX triplet: 81, F7 and F8. RGB value is (129,247,248). Sum of RGB (Red+Green+Blue) = 129+247+248=624 (82% of max value = 765). Red value is 129 (50.78% from 255 or 20.67% from 624); Green value is 247 (96.88% from 255 or 39.58% from 624); Blue value is 248 (97.27% from 255 or 39.74% from 624); Max value from RGB is 248 - color contains mainly: blue. Hex color #81F7F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81F7F8 is #7E0807. Grayscale: #D3D3D3. Windows color (decimal): -8259592 or 16316289. OLE color: 16316289.

HSL color Cylindrical-coordinate representation of color #81F7F8: hue angle of 180.5º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81F7F8 is Cyan = 0.48, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB129247248-
CMYK0.480.0000.03
HSL180.5º89.47%73.92%-
HSV(B)180.5º47.98%97.25%-
XYZ59.2677.97100.73-
YUV211.83148.4168.92-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 20.67%
GREEN value IS 247 (96.88% from 255) = 39.58%
BLUE value IS 248 (97.27% from 255) = 39.74%
R=20.67%
G=39.58%
B=39.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1292472480.480.0000.03180.589.4773.92
Hex81F7F830003b5594a
Octal20136737060003265131112
Binary10000001111101111111100011000000111011010110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81F7F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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