Html Css Color HEX #81F7ED Electric Blue

📋 copy color: '#81F7ED'

red 129 ◦ green 247 ◦ blue 237

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

Shades of Electric Blue #81F7ED

Tints of Electric Blue #81F7ED

RGB

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

 GREEN value IS 247 (96.88% from 255) = 40.29%

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

R = 21.04%
G = 40.29%
B = 38.66%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#81F7ED (or 0x81F7ED) is known color: Electric Blue. HEX triplet: 81, F7 and ED. RGB value is (129,247,237). Sum of RGB (Red+Green+Blue) = 129+247+237=613 (81% of max value = 765). Red value is 129 (50.78% from 255 or 21.04% from 613); Green value is 247 (96.88% from 255 or 40.29% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 247 - color contains mainly: green. Hex color #81F7ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81F7ED is #7E0812. Grayscale: #D2D2D2. Windows color (decimal): -8259603 or 15595393. OLE color: 15595393.

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

Color convert

RGB 129 247 237 -
CMYK 0.48 0 0.04 0.03
HSL 174.92º 0.88% 0.74% -
HSV(B) 174.92º 0.48% 0.97% -
XYZ 57.6 77.3 92.01 -
YUV 210.58 142.91 69.81 -
System Red Green Blue C M Y K H S L
Decimal 129 247 237 0.48 0 0.04 0.03 174.92 0.88 0.74
Hex 81 F7 ED 30 0 4 3 AF 58 4A
Octal 201 367 355 60 0 4 3 257 130 112
Binary 10000001 11110111 11101101 110000 0 100 11 10101111 1011000 1001010

Color Harmonies of #81F7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81F7ED

Black with #81F7ED

Text Example


Text Example

White with #81F7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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