Html Css Color HEX #81F6FE Electric Blue

📋 copy color: '#81F6FE'

red 129 ◦ green 246 ◦ blue 254

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

Shades of Electric Blue #81F6FE

Tints of Electric Blue #81F6FE

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.11%

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

R = 20.51%
G = 39.11%
B = 40.38%

CMYK

 C value IS 0.49

 M value IS 0.03

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#81F6FE (or 0x81F6FE) is known color: Electric Blue. HEX triplet: 81, F6 and FE. RGB value is (129,246,254). Sum of RGB (Red+Green+Blue) = 129+246+254=629 (83% of max value = 765). Red value is 129 (50.78% from 255 or 20.51% from 629); Green value is 246 (96.48% from 255 or 39.11% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #81F6FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81F6FE is #7E0901. Grayscale: #D3D3D3. Windows color (decimal): -8259842 or 16709249. OLE color: 16709249.

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

Color convert

RGB 129 246 254 -
CMYK 0.49 0.03 0 0.00
HSL 183.84º 0.98% 0.75% -
HSV(B) 183.84º 0.49% 1% -
XYZ 59.9 77.73 105.61 -
YUV 211.93 151.74 68.85 -
System Red Green Blue C M Y K H S L
Decimal 129 246 254 0.49 0.03 0 0.00 183.84 0.98 0.75
Hex 81 F6 FE 31 3 0 0 B8 62 4B
Octal 201 366 376 61 3 0 0 270 142 113
Binary 10000001 11110110 11111110 110001 11 0 0 10111000 1100010 1001011

Color Harmonies of #81F6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81F6FE

Black with #81F6FE

Text Example


Text Example

White with #81F6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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