#81f9f0

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

Shades of Electric Blue #81F9F0

Tints of Electric Blue #81F9F0

Color information

#81F9F0 (or 0x81F9F0) is unknown color: approx Electric Blue. HEX triplet: 81, F9 and F0. RGB value is (129,249,240). Sum of RGB (Red+Green+Blue) = 129+249+240=618 (81% of max value = 765). Red value is 129 (50.78% from 255 or 20.87% from 618); Green value is 249 (97.66% from 255 or 40.29% from 618); Blue value is 240 (94.14% from 255 or 38.83% from 618); Max value from RGB is 249 - color contains mainly: green. Hex color #81F9F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81F9F0 is #7E060F. Grayscale: #D4D4D4. Windows color (decimal): -8259088 or 15792513. OLE color: 15792513.

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

Color convert

RGB129249240-
CMYK0.4800.040.02
HSL175.5º90.91%74.12%-
HSV(B)175.5º48.19%97.65%-
XYZ58.6678.7194.54-
YUV212.09143.7468.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 20.87%
GREEN value IS 249 (97.66% from 255) = 40.29%
BLUE value IS 240 (94.14% from 255) = 38.83%
R=20.87%
G=40.29%
B=38.83%

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
Decimal1292492400.4800.040.02175.590.9174.12
Hex81F9F030042b05b4a
Octal20137136060042260133112
Binary1000000111111001111100001100000100101011000010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81f9f0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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