#81F5EC

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

Shades of Electric Blue #81F5EC

Tints of Electric Blue #81F5EC

Color information

#81F5EC (or 0x81F5EC) is unknown color: approx Electric Blue. HEX triplet: 81, F5 and EC. RGB value is (129,245,236). Sum of RGB (Red+Green+Blue) = 129+245+236=610 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.15% from 610); Green value is 245 (96.09% from 255 or 40.16% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 245 - color contains mainly: green. Hex color #81F5EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81F5EC is #7E0A13. Grayscale: #D1D1D1. Windows color (decimal): -8260116 or 15529345. OLE color: 15529345.

HSL color Cylindrical-coordinate representation of color #81F5EC: hue angle of 175.34º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81F5EC is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB129245236-
CMYK0.4700.040.04
HSL175.34º85.29%73.33%-
HSV(B)175.34º47.35%96.08%-
XYZ56.8576.0391.04-
YUV209.29143.0770.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.15%
GREEN value IS 245 (96.09% from 255) = 40.16%
BLUE value IS 236 (92.58% from 255) = 38.69%
R=21.15%
G=40.16%
B=38.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1292452360.4700.040.04175.3485.2973.33
Hex81F5EC2F044af5549
Octal20136535457044257125111
Binary10000001111101011110110010111101001001010111110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81F5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,245,236); }

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

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

 a { background-color: rgb(129,245,236); }

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

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

 span { border-color: rgb(129,245,236); }

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