Html Css Color HEX #81FFED Electric Blue

📋 copy color: '#81FFED'

red 129 ◦ green 255 ◦ blue 237

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

Shades of Electric Blue #81FFED

Tints of Electric Blue #81FFED

RGB

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

 GREEN value IS 255 (100% from 255) = 41.06%

 BLUE value IS 237 (92.97% from 255) = 38.16%

R = 20.77%
G = 41.06%
B = 38.16%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#81FFED (or 0x81FFED) is known color: Electric Blue. HEX triplet: 81, FF and ED. RGB value is (129,255,237). Sum of RGB (Red+Green+Blue) = 129+255+237=621 (82% of max value = 765). Red value is 129 (50.78% from 255 or 20.77% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #81FFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FFED is #7E0012. Grayscale: #D7D7D7. Windows color (decimal): -8257555 or 15597441. OLE color: 15597441.

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

Color convert

RGB 129 255 237 -
CMYK 0.49 0 0.07 0
HSL 171.43º 1% 0.75% -
HSV(B) 171.43º 0.49% 1% -
XYZ 60.1 82.3 92.84 -
YUV 215.27 140.26 66.46 -
System Red Green Blue C M Y K H S L
Decimal 129 255 237 0.49 0 0.07 0 171.43 1 0.75
Hex 81 FF ED 31 0 7 0 AB 64 4B
Octal 201 377 355 61 0 7 0 253 144 113
Binary 10000001 11111111 11101101 110001 0 111 0 10101011 1100100 1001011

Color Harmonies of #81FFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81FFED

Black with #81FFED

Text Example


Text Example

White with #81FFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,255,237); }

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

background-color css

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

 a { background-color: rgb(129,255,237); }

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

border-color css

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

 span { border-color: rgb(129,255,237); }

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