Html Css Color HEX #81F6ED Electric Blue

📋 copy color: '#81F6ED'

red 129 ◦ green 246 ◦ blue 237

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

Shades of Electric Blue #81F6ED

Tints of Electric Blue #81F6ED

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40.2%

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

R = 21.08%
G = 40.2%
B = 38.73%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#81F6ED (or 0x81F6ED) is known color: Electric Blue. HEX triplet: 81, F6 and ED. RGB value is (129,246,237). Sum of RGB (Red+Green+Blue) = 129+246+237=612 (81% of max value = 765). Red value is 129 (50.78% from 255 or 21.08% from 612); Green value is 246 (96.48% from 255 or 40.20% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 246 - color contains mainly: green. Hex color #81F6ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81F6ED is #7E0912. Grayscale: #D1D1D1. Windows color (decimal): -8259859 or 15595137. OLE color: 15595137.

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

Color convert

RGB 129 246 237 -
CMYK 0.48 0 0.04 0.04
HSL 175.38º 0.87% 0.74% -
HSV(B) 175.38º 0.48% 0.96% -
XYZ 57.3 76.69 91.9 -
YUV 209.99 143.24 70.23 -
System Red Green Blue C M Y K H S L
Decimal 129 246 237 0.48 0 0.04 0.04 175.38 0.87 0.74
Hex 81 F6 ED 30 0 4 4 AF 57 4A
Octal 201 366 355 60 0 4 4 257 127 112
Binary 10000001 11110110 11101101 110000 0 100 100 10101111 1010111 1001010

Color Harmonies of #81F6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81F6ED

Black with #81F6ED

Text Example


Text Example

White with #81F6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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