Html Css Color HEX #81F6EE Electric Blue

📋 copy color: '#81F6EE'

red 129 ◦ green 246 ◦ blue 238

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

Shades of Electric Blue #81F6EE

Tints of Electric Blue #81F6EE

RGB

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

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

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

R = 21.04%
G = 40.13%
B = 38.83%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#81F6EE (or 0x81F6EE) is known color: Electric Blue. HEX triplet: 81, F6 and EE. RGB value is (129,246,238). Sum of RGB (Red+Green+Blue) = 129+246+238=613 (81% of max value = 765). Red value is 129 (50.78% from 255 or 21.04% from 613); Green value is 246 (96.48% from 255 or 40.13% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 246 - color contains mainly: green. Hex color #81F6EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81F6EE is #7E0911. Grayscale: #D2D2D2. Windows color (decimal): -8259858 or 15660673. OLE color: 15660673.

HSL color Cylindrical-coordinate representation of color #81F6EE: hue angle of 175.9º 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 #81F6EE is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 129 246 238 -
CMYK 0.48 0 0.03 0.04
HSL 175.9º 0.87% 0.74% -
HSV(B) 175.9º 0.48% 0.96% -
XYZ 57.44 76.75 92.68 -
YUV 210.11 143.74 70.15 -
System Red Green Blue C M Y K H S L
Decimal 129 246 238 0.48 0 0.03 0.04 175.9 0.87 0.74
Hex 81 F6 EE 30 0 3 4 B0 57 4A
Octal 201 366 356 60 0 3 4 260 127 112
Binary 10000001 11110110 11101110 110000 0 11 100 10110000 1010111 1001010

Color Harmonies of #81F6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81F6EE

Black with #81F6EE

Text Example


Text Example

White with #81F6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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