#81F2FA

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

Shades of Electric Blue #81F2FA

Tints of Electric Blue #81F2FA

Color information

#81F2FA (or 0x81F2FA) is unknown color: approx Electric Blue. HEX triplet: 81, F2 and FA. RGB value is (129,242,250). Sum of RGB (Red+Green+Blue) = 129+242+250=621 (82% of max value = 765). Red value is 129 (50.78% from 255 or 20.77% from 621); Green value is 242 (94.92% from 255 or 38.97% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #81F2FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81F2FA is #7E0D05. Grayscale: #D0D0D0. Windows color (decimal): -8260870 or 16446081. OLE color: 16446081.

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

Color convert

RGB129242250-
CMYK0.480.0300.02
HSL183.97º92.37%74.31%-
HSV(B)183.97º48.4%98.04%-
XYZ58.0675.07101.87-
YUV209.12151.0670.85-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 20.77%
GREEN value IS 242 (94.92% from 255) = 38.97%
BLUE value IS 250 (98.05% from 255) = 40.26%
R=20.77%
G=38.97%
B=40.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1292422500.480.0300.02183.9792.3774.31
Hex81F2FA30302b85c4a
Octal20136237260302270134112
Binary100000011111001011111010110000110101011100010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81F2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,242,250); }

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

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

 a { background-color: rgb(129,242,250); }

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

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

 span { border-color: rgb(129,242,250); }

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