Html Css Color HEX #81FAFE Electric Blue

📋 copy color: '#81FAFE'

red 129 ◦ green 250 ◦ blue 254

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

Shades of Electric Blue #81FAFE

Tints of Electric Blue #81FAFE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.49%

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

R = 20.38%
G = 39.49%
B = 40.13%

CMYK

 C value IS 0.49

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#81FAFE (or 0x81FAFE) is known color: Electric Blue. HEX triplet: 81, FA and FE. RGB value is (129,250,254). Sum of RGB (Red+Green+Blue) = 129+250+254=633 (83% of max value = 765). Red value is 129 (50.78% from 255 or 20.38% from 633); Green value is 250 (98.05% from 255 or 39.49% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #81FAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FAFE is #7E0501. Grayscale: #D6D6D6. Windows color (decimal): -8258818 or 16710273. OLE color: 16710273.

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

Color convert

RGB 129 250 254 -
CMYK 0.49 0.02 0 0.00
HSL 181.92º 0.98% 0.75% -
HSV(B) 181.92º 0.49% 1% -
XYZ 61.13 80.19 106.02 -
YUV 214.28 150.41 67.17 -
System Red Green Blue C M Y K H S L
Decimal 129 250 254 0.49 0.02 0 0.00 181.92 0.98 0.75
Hex 81 FA FE 31 2 0 0 B6 62 4B
Octal 201 372 376 61 2 0 0 266 142 113
Binary 10000001 11111010 11111110 110001 10 0 0 10110110 1100010 1001011

Color Harmonies of #81FAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81FAFE

Black with #81FAFE

Text Example


Text Example

White with #81FAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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