#81F8EF

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

Shades of Electric Blue #81F8EF

Tints of Electric Blue #81F8EF

Color information

#81F8EF (or 0x81F8EF) is unknown color: approx Electric Blue. HEX triplet: 81, F8 and EF. RGB value is (129,248,239). Sum of RGB (Red+Green+Blue) = 129+248+239=616 (81% of max value = 765). Red value is 129 (50.78% from 255 or 20.94% from 616); Green value is 248 (97.27% from 255 or 40.26% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 248 - color contains mainly: green. Hex color #81F8EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81F8EF is #7E0710. Grayscale: #D3D3D3. Windows color (decimal): -8259345 or 15726721. OLE color: 15726721.

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

Color convert

RGB129248239-
CMYK0.4800.040.03
HSL175.46º89.47%73.92%-
HSV(B)175.46º47.98%97.25%-
XYZ58.278.0393.66-
YUV211.39143.5869.23-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 20.94%
GREEN value IS 248 (97.27% from 255) = 40.26%
BLUE value IS 239 (93.75% from 255) = 38.80%
R=20.94%
G=40.26%
B=38.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1292482390.4800.040.03175.4689.4773.92
Hex81F8EF30043af594a
Octal20137035760043257131112
Binary1000000111111000111011111100000100111010111110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81F8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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