Html Css Color HEX #81E4FA Electric Blue

📋 copy color: '#81E4FA'

red 129 ◦ green 228 ◦ blue 250

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

Shades of Electric Blue #81E4FA

Tints of Electric Blue #81E4FA

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 value IS 0.48

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#81E4FA (or 0x81E4FA) is known color: 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

RGB 129 228 250 -
CMYK 0.48 0.09 0 0.02
HSL 190.91º 0.92% 0.74% -
HSV(B) 190.91º 0.48% 0.98% -
XYZ 54.05 67.06 100.54 -
YUV 200.91 155.7 76.71 -
System Red Green Blue C M Y K H S L
Decimal 129 228 250 0.48 0.09 0 0.02 190.91 0.92 0.74
Hex 81 E4 FA 30 9 0 2 BF 5C 4A
Octal 201 344 372 60 11 0 2 277 134 112
Binary 10000001 11100100 11111010 110000 1001 0 10 10111111 1011100 1001010

Color Harmonies of #81E4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81E4FA

Black with #81E4FA

Text Example


Text Example

White with #81E4FA

Text Example


Text Example

HTML Codes & Css Web 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>