Html Css Color HEX #81E5FA Electric Blue

📋 copy color: '#81E5FA'

red 129 ◦ green 229 ◦ blue 250

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

Shades of Electric Blue #81E5FA

Tints of Electric Blue #81E5FA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.66%

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

R = 21.22%
G = 37.66%
B = 41.12%

CMYK

 C value IS 0.48

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#81E5FA (or 0x81E5FA) is known color: Electric Blue. HEX triplet: 81, E5 and FA. RGB value is (129,229,250). Sum of RGB (Red+Green+Blue) = 129+229+250=608 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.22% from 608); Green value is 229 (89.84% from 255 or 37.66% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #81E5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81E5FA is #7E1A05. Grayscale: #C9C9C9. Windows color (decimal): -8264198 or 16442753. OLE color: 16442753.

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

Color convert

RGB 129 229 250 -
CMYK 0.48 0.08 0 0.02
HSL 190.41º 0.92% 0.74% -
HSV(B) 190.41º 0.48% 0.98% -
XYZ 54.33 67.61 100.63 -
YUV 201.49 155.37 76.29 -
System Red Green Blue C M Y K H S L
Decimal 129 229 250 0.48 0.08 0 0.02 190.41 0.92 0.74
Hex 81 E5 FA 30 8 0 2 BE 5C 4A
Octal 201 345 372 60 10 0 2 276 134 112
Binary 10000001 11100101 11111010 110000 1000 0 10 10111110 1011100 1001010

Color Harmonies of #81E5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81E5FA

Black with #81E5FA

Text Example


Text Example

White with #81E5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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