#81EEFA

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

Shades of Electric Blue #81EEFA

Tints of Electric Blue #81EEFA

Color information

#81EEFA (or 0x81EEFA) is unknown color: approx Electric Blue. HEX triplet: 81, EE and FA. RGB value is (129,238,250). Sum of RGB (Red+Green+Blue) = 129+238+250=617 (81% of max value = 765). Red value is 129 (50.78% from 255 or 20.91% from 617); Green value is 238 (93.36% from 255 or 38.57% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #81EEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81EEFA is #7E1105. Grayscale: #CECECE. Windows color (decimal): -8261894 or 16445057. OLE color: 16445057.

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

Color convert

RGB129238250-
CMYK0.480.0500.02
HSL185.95º92.37%74.31%-
HSV(B)185.95º48.4%98.04%-
XYZ56.8872.72101.48-
YUV206.78152.3972.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 20.91%
GREEN value IS 238 (93.36% from 255) = 38.57%
BLUE value IS 250 (98.05% from 255) = 40.52%
R=20.91%
G=38.57%
B=40.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1292382500.480.0500.02185.9592.3774.31
Hex81EEFA30502ba5c4a
Octal20135637260502272134112
Binary1000000111101110111110101100001010101011101010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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