#81F5FA

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

Shades of Electric Blue #81F5FA

Tints of Electric Blue #81F5FA

Color information

#81F5FA (or 0x81F5FA) is unknown color: approx Electric Blue. HEX triplet: 81, F5 and FA. RGB value is (129,245,250). Sum of RGB (Red+Green+Blue) = 129+245+250=624 (82% of max value = 765). Red value is 129 (50.78% from 255 or 20.67% from 624); Green value is 245 (96.09% from 255 or 39.26% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #81F5FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81F5FA is #7E0A05. Grayscale: #D2D2D2. Windows color (decimal): -8260102 or 16446849. OLE color: 16446849.

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

Color convert

RGB129245250-
CMYK0.480.0200.02
HSL182.48º92.37%74.31%-
HSV(B)182.48º48.4%98.04%-
XYZ58.9676.87102.17-
YUV210.89150.0769.59-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 20.67%
GREEN value IS 245 (96.09% from 255) = 39.26%
BLUE value IS 250 (98.05% from 255) = 40.06%
R=20.67%
G=39.26%
B=40.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1292452500.480.0200.02182.4892.3774.31
Hex81F5FA30202b65c4a
Octal20136537260202266134112
Binary100000011111010111111010110000100101011011010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81F5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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