#81FCFA

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

Shades of Electric Blue #81FCFA

Tints of Electric Blue #81FCFA

Color information

#81FCFA (or 0x81FCFA) is unknown color: approx Electric Blue. HEX triplet: 81, FC and FA. RGB value is (129,252,250). Sum of RGB (Red+Green+Blue) = 129+252+250=631 (83% of max value = 765). Red value is 129 (50.78% from 255 or 20.44% from 631); Green value is 252 (98.83% from 255 or 39.94% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 252 - color contains mainly: green. Hex color #81FCFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FCFA is #7E0305. Grayscale: #D6D6D6. Windows color (decimal): -8258310 or 16448641. OLE color: 16448641.

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

Color convert

RGB129252250-
CMYK0.4900.010.01
HSL179.02º95.35%74.71%-
HSV(B)179.02º48.81%98.82%-
XYZ61.1281.19102.89-
YUV214.99147.7566.66-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 20.44%
GREEN value IS 252 (98.83% from 255) = 39.94%
BLUE value IS 250 (98.05% from 255) = 39.62%
R=20.44%
G=39.94%
B=39.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1292522500.4900.010.01179.0295.3574.71
Hex81FCFA31011b35f4b
Octal20137437261011263137113
Binary1000000111111100111110101100010111011001110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81FCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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