#81EBFA

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

Shades of Electric Blue #81EBFA

Tints of Electric Blue #81EBFA

Color information

#81EBFA (or 0x81EBFA) is unknown color: approx Electric Blue. HEX triplet: 81, EB and FA. RGB value is (129,235,250). Sum of RGB (Red+Green+Blue) = 129+235+250=614 (81% of max value = 765). Red value is 129 (50.78% from 255 or 21.01% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #81EBFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81EBFA is #7E1405. Grayscale: #CCCCCC. Windows color (decimal): -8262662 or 16444289. OLE color: 16444289.

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

Color convert

RGB129235250-
CMYK0.480.0600.02
HSL187.44º92.37%74.31%-
HSV(B)187.44º48.4%98.04%-
XYZ56.0270.99101.19-
YUV205.02153.3873.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.01%
GREEN value IS 235 (92.19% from 255) = 38.27%
BLUE value IS 250 (98.05% from 255) = 40.72%
R=21.01%
G=38.27%
B=40.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1292352500.480.0600.02187.4492.3774.31
Hex81EBFA30602bb5c4a
Octal20135337260602273134112
Binary1000000111101011111110101100001100101011101110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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