Html Css Color HEX #81F6E8 Electric Blue

📋 copy color: '#81F6E8'

red 129 ◦ green 246 ◦ blue 232

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

Shades of Electric Blue #81F6E8

Tints of Electric Blue #81F6E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.22%

R = 21.25%
G = 40.53%
B = 38.22%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.06

 K value IS 0.04

RGB Variations

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

Color information

#81F6E8 (or 0x81F6E8) is known color: Electric Blue. HEX triplet: 81, F6 and E8. RGB value is (129,246,232). Sum of RGB (Red+Green+Blue) = 129+246+232=607 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.25% from 607); Green value is 246 (96.48% from 255 or 40.53% from 607); Blue value is 232 (91.02% from 255 or 38.22% from 607); Max value from RGB is 246 - color contains mainly: green. Hex color #81F6E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81F6E8 is #7E0917. Grayscale: #D1D1D1. Windows color (decimal): -8259864 or 15267457. OLE color: 15267457.

HSL color Cylindrical-coordinate representation of color #81F6E8: hue angle of 172.82º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81F6E8 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB 129 246 232 -
CMYK 0.48 0 0.06 0.04
HSL 172.82º 0.87% 0.74% -
HSV(B) 172.82º 0.48% 0.96% -
XYZ 56.57 76.4 88.11 -
YUV 209.42 140.74 70.64 -
System Red Green Blue C M Y K H S L
Decimal 129 246 232 0.48 0 0.06 0.04 172.82 0.87 0.74
Hex 81 F6 E8 30 0 6 4 AD 57 4A
Octal 201 366 350 60 0 6 4 255 127 112
Binary 10000001 11110110 11101000 110000 0 110 100 10101101 1010111 1001010

Color Harmonies of #81F6E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81F6E8

Black with #81F6E8

Text Example


Text Example

White with #81F6E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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