#81E4FA

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

Shades of Electric Blue #81E4FA

Tints of Electric Blue #81E4FA

Color information

#81E4FA (or 0x81E4FA) is unknown color: approx Electric Blue. HEX triplet: 81, E4 and FA. RGB value is (129,228,250). Sum of RGB (Red+Green+Blue) = 129+228+250=607 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.25% from 607); Green value is 228 (89.45% from 255 or 37.56% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #81E4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81E4FA is #7E1B05. Grayscale: #C8C8C8. Windows color (decimal): -8264454 or 16442497. OLE color: 16442497.

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

Color convert

RGB129228250-
CMYK0.480.0900.02
HSL190.91º92.37%74.31%-
HSV(B)190.91º48.4%98.04%-
XYZ54.0567.06100.54-
YUV200.91155.776.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.25%
GREEN value IS 228 (89.45% from 255) = 37.56%
BLUE value IS 250 (98.05% from 255) = 41.19%
R=21.25%
G=37.56%
B=41.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1292282500.480.0900.02190.9192.3774.31
Hex81E4FA30902bf5c4a
Octal201344372601102277134112
Binary10000001111001001111101011000010010101011111110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81E4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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