#81FBF9

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

Shades of Electric Blue #81FBF9

Tints of Electric Blue #81FBF9

Color information

#81FBF9 (or 0x81FBF9) is unknown color: approx Electric Blue. HEX triplet: 81, FB and F9. RGB value is (129,251,249). Sum of RGB (Red+Green+Blue) = 129+251+249=629 (83% of max value = 765). Red value is 129 (50.78% from 255 or 20.51% from 629); Green value is 251 (98.44% from 255 or 39.90% from 629); Blue value is 249 (97.66% from 255 or 39.59% from 629); Max value from RGB is 251 - color contains mainly: green. Hex color #81FBF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FBF9 is #7E0406. Grayscale: #D6D6D6. Windows color (decimal): -8258567 or 16382849. OLE color: 16382849.

HSL color Cylindrical-coordinate representation of color #81FBF9: hue angle of 179.02º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81FBF9 is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB129251249-
CMYK0.4900.010.02
HSL179.02º93.85%74.51%-
HSV(B)179.02º48.61%98.43%-
XYZ60.6580.5101.96-
YUV214.29147.5867.16-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 20.51%
GREEN value IS 251 (98.44% from 255) = 39.90%
BLUE value IS 249 (97.66% from 255) = 39.59%
R=20.51%
G=39.90%
B=39.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1292512490.4900.010.02179.0293.8574.51
Hex81FBF931012b35e4b
Octal20137337161012263136113
Binary10000001111110111111100111000101101011001110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81FBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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