#81F9EF

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

Shades of Electric Blue #81F9EF

Tints of Electric Blue #81F9EF

Color information

#81F9EF (or 0x81F9EF) is unknown color: approx Electric Blue. HEX triplet: 81, F9 and EF. RGB value is (129,249,239). Sum of RGB (Red+Green+Blue) = 129+249+239=617 (81% of max value = 765). Red value is 129 (50.78% from 255 or 20.91% from 617); Green value is 249 (97.66% from 255 or 40.36% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 249 - color contains mainly: green. Hex color #81F9EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81F9EF is #7E0610. Grayscale: #D3D3D3. Windows color (decimal): -8259089 or 15726977. OLE color: 15726977.

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

Color convert

RGB129249239-
CMYK0.4800.040.02
HSL175º90.91%74.12%-
HSV(B)175º48.19%97.65%-
XYZ58.5178.6593.76-
YUV211.98143.2468.81-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 20.91%
GREEN value IS 249 (97.66% from 255) = 40.36%
BLUE value IS 239 (93.75% from 255) = 38.74%
R=20.91%
G=40.36%
B=38.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1292492390.4800.040.0217590.9174.12
Hex81F9EF30042af5b4a
Octal20137135760042257133112
Binary1000000111111001111011111100000100101010111110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81F9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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