Html Css Color HEX #81FFEB Electric Blue

📋 copy color: '#81FFEB'

red 129 ◦ green 255 ◦ blue 235

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

Shades of Electric Blue #81FFEB

Tints of Electric Blue #81FFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.96%

R = 20.84%
G = 41.2%
B = 37.96%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#81FFEB (or 0x81FFEB) is known color: Electric Blue. HEX triplet: 81, FF and EB. RGB value is (129,255,235). Sum of RGB (Red+Green+Blue) = 129+255+235=619 (81% of max value = 765). Red value is 129 (50.78% from 255 or 20.84% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #81FFEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FFEB is #7E0014. Grayscale: #D6D6D6. Windows color (decimal): -8257557 or 15466369. OLE color: 15466369.

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

Color convert

RGB 129 255 235 -
CMYK 0.49 0 0.08 0
HSL 170.48º 1% 0.75% -
HSV(B) 170.48º 0.49% 1% -
XYZ 59.81 82.19 91.31 -
YUV 215.05 139.26 66.63 -
System Red Green Blue C M Y K H S L
Decimal 129 255 235 0.49 0 0.08 0 170.48 1 0.75
Hex 81 FF EB 31 0 8 0 AA 64 4B
Octal 201 377 353 61 0 10 0 252 144 113
Binary 10000001 11111111 11101011 110001 0 1000 0 10101010 1100100 1001011

Color Harmonies of #81FFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81FFEB

Black with #81FFEB

Text Example


Text Example

White with #81FFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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