Html Css Color HEX #81FFEE Electric Blue

📋 copy color: '#81FFEE'

red 129 ◦ green 255 ◦ blue 238

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

Shades of Electric Blue #81FFEE

Tints of Electric Blue #81FFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.26%

R = 20.74%
G = 41%
B = 38.26%

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

#81FFEE (or 0x81FFEE) is known color: Electric Blue. HEX triplet: 81, FF and EE. RGB value is (129,255,238). Sum of RGB (Red+Green+Blue) = 129+255+238=622 (82% of max value = 765). Red value is 129 (50.78% from 255 or 20.74% from 622); Green value is 255 (100% from 255 or 41.00% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 255 - color contains mainly: green. Hex color #81FFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FFEE is #7E0011. Grayscale: #D7D7D7. Windows color (decimal): -8257554 or 15662977. OLE color: 15662977.

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

Color convert

RGB 129 255 238 -
CMYK 0.49 0 0.07 0
HSL 171.9º 1% 0.75% -
HSV(B) 171.9º 0.49% 1% -
XYZ 60.25 82.36 93.61 -
YUV 215.39 140.76 66.38 -
System Red Green Blue C M Y K H S L
Decimal 129 255 238 0.49 0 0.07 0 171.9 1 0.75
Hex 81 FF EE 31 0 7 0 AC 64 4B
Octal 201 377 356 61 0 7 0 254 144 113
Binary 10000001 11111111 11101110 110001 0 111 0 10101100 1100100 1001011

Color Harmonies of #81FFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81FFEE

Black with #81FFEE

Text Example


Text Example

White with #81FFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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