#81E6EF

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

Shades of Electric Blue #81E6EF

Tints of Electric Blue #81E6EF

Color information

#81E6EF (or 0x81E6EF) is unknown color: approx Electric Blue. HEX triplet: 81, E6 and EF. RGB value is (129,230,239). Sum of RGB (Red+Green+Blue) = 129+230+239=598 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.57% from 598); Green value is 230 (90.23% from 255 or 38.46% from 598); Blue value is 239 (93.75% from 255 or 39.97% from 598); Max value from RGB is 239 - color contains mainly: blue. Hex color #81E6EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81E6EF is #7E1910. Grayscale: #C8C8C8. Windows color (decimal): -8263953 or 15722113. OLE color: 15722113.

HSL color Cylindrical-coordinate representation of color #81E6EF: hue angle of 184.91º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81E6EF is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB129230239-
CMYK0.460.0400.06
HSL184.91º77.46%72.16%-
HSV(B)184.91º46.03%93.73%-
XYZ52.9367.4991.9-
YUV200.83149.5476.77-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.57%
GREEN value IS 230 (90.23% from 255) = 38.46%
BLUE value IS 239 (93.75% from 255) = 39.97%
R=21.57%
G=38.46%
B=39.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1292302390.460.0400.06184.9177.4672.16
Hex81E6EF2E406b94d48
Octal20134635756406271115110
Binary10000001111001101110111110111010001101011100110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81E6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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