#81E6F2

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

Shades of Electric Blue #81E6F2

Tints of Electric Blue #81E6F2

Color information

#81E6F2 (or 0x81E6F2) is unknown color: approx Electric Blue. HEX triplet: 81, E6 and F2. RGB value is (129,230,242). Sum of RGB (Red+Green+Blue) = 129+230+242=601 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.46% from 601); Green value is 230 (90.23% from 255 or 38.27% from 601); Blue value is 242 (94.92% from 255 or 40.27% from 601); Max value from RGB is 242 - color contains mainly: blue. Hex color #81E6F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81E6F2 is #7E190D. Grayscale: #C9C9C9. Windows color (decimal): -8263950 or 15918721. OLE color: 15918721.

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

Color convert

RGB129230242-
CMYK0.470.0500.05
HSL186.37º81.29%72.75%-
HSV(B)186.37º46.69%94.9%-
XYZ53.3867.6794.25-
YUV201.17151.0476.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.46%
GREEN value IS 230 (90.23% from 255) = 38.27%
BLUE value IS 242 (94.92% from 255) = 40.27%
R=21.46%
G=38.27%
B=40.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1292302420.470.0500.05186.3781.2972.75
Hex81E6F22F505ba5149
Octal20134636257505272121111
Binary10000001111001101111001010111110101011011101010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81E6F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,230,242); }

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

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

 a { background-color: rgb(129,230,242); }

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

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

 span { border-color: rgb(129,230,242); }

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