Html Css Color HEX #81EEEA Electric Blue

📋 copy color: '#81EEEA'

red 129 ◦ green 238 ◦ blue 234

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

Shades of Electric Blue #81EEEA

Tints of Electric Blue #81EEEA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.6%

 BLUE value IS 234 (91.8% from 255) = 38.94%

R = 21.46%
G = 39.6%
B = 38.94%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#81EEEA (or 0x81EEEA) is known color: Electric Blue. HEX triplet: 81, EE and EA. RGB value is (129,238,234). Sum of RGB (Red+Green+Blue) = 129+238+234=601 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.46% from 601); Green value is 238 (93.36% from 255 or 39.60% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 238 - color contains mainly: green. Hex color #81EEEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81EEEA is #7E1115. Grayscale: #CCCCCC. Windows color (decimal): -8261910 or 15396481. OLE color: 15396481.

HSL color Cylindrical-coordinate representation of color #81EEEA: hue angle of 177.8º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81EEEA is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 238 234 -
CMYK 0.46 0 0.02 0.07
HSL 177.8º 0.76% 0.72% -
HSV(B) 177.8º 0.46% 0.93% -
XYZ 54.48 71.76 88.82 -
YUV 204.95 144.39 73.83 -
System Red Green Blue C M Y K H S L
Decimal 129 238 234 0.46 0 0.02 0.07 177.8 0.76 0.72
Hex 81 EE EA 2E 0 2 7 B2 4C 48
Octal 201 356 352 56 0 2 7 262 114 110
Binary 10000001 11101110 11101010 101110 0 10 111 10110010 1001100 1001000

Color Harmonies of #81EEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81EEEA

Black with #81EEEA

Text Example


Text Example

White with #81EEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,238,234); }

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

background-color css

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

 a { background-color: rgb(129,238,234); }

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

border-color css

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

 span { border-color: rgb(129,238,234); }

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