#81F3FA

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

Shades of Electric Blue #81F3FA

Tints of Electric Blue #81F3FA

Color information

#81F3FA (or 0x81F3FA) is unknown color: approx Electric Blue. HEX triplet: 81, F3 and FA. RGB value is (129,243,250). Sum of RGB (Red+Green+Blue) = 129+243+250=622 (82% of max value = 765). Red value is 129 (50.78% from 255 or 20.74% from 622); Green value is 243 (95.31% from 255 or 39.07% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #81F3FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81F3FA is #7E0C05. Grayscale: #D1D1D1. Windows color (decimal): -8260614 or 16446337. OLE color: 16446337.

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

Color convert

RGB129243250-
CMYK0.480.0300.02
HSL183.47º92.37%74.31%-
HSV(B)183.47º48.4%98.04%-
XYZ58.3675.67101.97-
YUV209.71150.7370.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 20.74%
GREEN value IS 243 (95.31% from 255) = 39.07%
BLUE value IS 250 (98.05% from 255) = 40.19%
R=20.74%
G=39.07%
B=40.19%

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
Decimal1292432500.480.0300.02183.4792.3774.31
Hex81F3FA30302b75c4a
Octal20136337260302267134112
Binary100000011111001111111010110000110101011011110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81F3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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