Html Css Color HEX #81EAFE Electric Blue

📋 copy color: '#81EAFE'

red 129 ◦ green 234 ◦ blue 254

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

Shades of Electric Blue #81EAFE

Tints of Electric Blue #81EAFE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.93%

 BLUE value IS 254 (99.61% from 255) = 41.17%

R = 20.91%
G = 37.93%
B = 41.17%

CMYK

 C value IS 0.49

 M value IS 0.08

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#81EAFE (or 0x81EAFE) is known color: Electric Blue. HEX triplet: 81, EA and FE. RGB value is (129,234,254). Sum of RGB (Red+Green+Blue) = 129+234+254=617 (81% of max value = 765). Red value is 129 (50.78% from 255 or 20.91% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #81EAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81EAFE is #7E1501. Grayscale: #CCCCCC. Windows color (decimal): -8262914 or 16706177. OLE color: 16706177.

HSL color Cylindrical-coordinate representation of color #81EAFE: hue angle of 189.6º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81EAFE is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 129 234 254 -
CMYK 0.49 0.08 0 0.00
HSL 189.6º 0.98% 0.75% -
HSV(B) 189.6º 0.49% 1% -
XYZ 56.37 70.67 104.44 -
YUV 204.89 155.71 73.87 -
System Red Green Blue C M Y K H S L
Decimal 129 234 254 0.49 0.08 0 0.00 189.6 0.98 0.75
Hex 81 EA FE 31 8 0 0 BE 62 4B
Octal 201 352 376 61 10 0 0 276 142 113
Binary 10000001 11101010 11111110 110001 1000 0 0 10111110 1100010 1001011

Color Harmonies of #81EAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81EAFE

Black with #81EAFE

Text Example


Text Example

White with #81EAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,234,254); }

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

background-color css

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

 a { background-color: rgb(129,234,254); }

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

border-color css

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

 span { border-color: rgb(129,234,254); }

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