#81F9EB

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

Shades of Electric Blue #81F9EB

Tints of Electric Blue #81F9EB

Color information

#81F9EB (or 0x81F9EB) is unknown color: approx Electric Blue. HEX triplet: 81, F9 and EB. RGB value is (129,249,235). Sum of RGB (Red+Green+Blue) = 129+249+235=613 (81% of max value = 765). Red value is 129 (50.78% from 255 or 21.04% from 613); Green value is 249 (97.66% from 255 or 40.62% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 249 - color contains mainly: green. Hex color #81F9EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81F9EB is #7E0614. Grayscale: #D3D3D3. Windows color (decimal): -8259093 or 15464833. OLE color: 15464833.

HSL color Cylindrical-coordinate representation of color #81F9EB: hue angle of 173º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81F9EB is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB129249235-
CMYK0.4800.060.02
HSL173º90.91%74.12%-
HSV(B)173º48.19%97.65%-
XYZ57.9278.4290.68-
YUV211.52141.2469.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.04%
GREEN value IS 249 (97.66% from 255) = 40.62%
BLUE value IS 235 (92.19% from 255) = 38.34%
R=21.04%
G=40.62%
B=38.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1292492350.4800.060.0217390.9174.12
Hex81F9EB30062ad5b4a
Octal20137135360062255133112
Binary1000000111111001111010111100000110101010110110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81F9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,249,235); }

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

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

 a { background-color: rgb(129,249,235); }

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

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

 span { border-color: rgb(129,249,235); }

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