Html Css Color HEX #81E8FA Electric Blue

📋 copy color: '#81E8FA'

red 129 ◦ green 232 ◦ blue 250

#81E8FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Blue #81E8FA

Tints of Electric Blue #81E8FA

RGB

 RED value IS 129 (50.78% from 255) = 21.11%

 GREEN value IS 232 (91.02% from 255) = 37.97%

 BLUE value IS 250 (98.05% from 255) = 40.92%

R = 21.11%
G = 37.97%
B = 40.92%

CMYK

 C value IS 0.48

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#81E8FA (or 0x81E8FA) is known color: Electric Blue. HEX triplet: 81, E8 and FA. RGB value is (129,232,250). Sum of RGB (Red+Green+Blue) = 129+232+250=611 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.11% from 611); Green value is 232 (91.02% from 255 or 37.97% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #81E8FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81E8FA is #7E1705. Grayscale: #CBCBCB. Windows color (decimal): -8263430 or 16443521. OLE color: 16443521.

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

Color convert

RGB 129 232 250 -
CMYK 0.48 0.07 0 0.02
HSL 188.93º 0.92% 0.74% -
HSV(B) 188.93º 0.48% 0.98% -
XYZ 55.17 69.28 100.91 -
YUV 203.26 154.38 75.04 -
System Red Green Blue C M Y K H S L
Decimal 129 232 250 0.48 0.07 0 0.02 188.93 0.92 0.74
Hex 81 E8 FA 30 7 0 2 BD 5C 4A
Octal 201 350 372 60 7 0 2 275 134 112
Binary 10000001 11101000 11111010 110000 111 0 10 10111101 1011100 1001010

Color Harmonies of #81E8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81E8FA

Black with #81E8FA

Text Example


Text Example

White with #81E8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #81E8FA;
 }
 .AnyTagClassName
 {
   color: #81E8FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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