Html Css Color HEX #81E7EF Electric Blue

📋 copy color: '#81E7EF'

red 129 ◦ green 231 ◦ blue 239

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

Shades of Electric Blue #81E7EF

Tints of Electric Blue #81E7EF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.56%

 BLUE value IS 239 (93.75% from 255) = 39.9%

R = 21.54%
G = 38.56%
B = 39.9%

CMYK

 C value IS 0.46

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#81E7EF (or 0x81E7EF) is known color: Electric Blue. HEX triplet: 81, E7 and EF. RGB value is (129,231,239). Sum of RGB (Red+Green+Blue) = 129+231+239=599 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.54% from 599); Green value is 231 (90.62% from 255 or 38.56% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #81E7EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81E7EF is #7E1810. Grayscale: #C9C9C9. Windows color (decimal): -8263697 or 15722369. OLE color: 15722369.

HSL color Cylindrical-coordinate representation of color #81E7EF: hue angle of 184.36º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81E7EF is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 129 231 239 -
CMYK 0.46 0.03 0 0.06
HSL 184.36º 0.77% 0.72% -
HSV(B) 184.36º 0.46% 0.94% -
XYZ 53.21 68.05 91.99 -
YUV 201.41 149.21 76.35 -
System Red Green Blue C M Y K H S L
Decimal 129 231 239 0.46 0.03 0 0.06 184.36 0.77 0.72
Hex 81 E7 EF 2E 3 0 6 B8 4D 48
Octal 201 347 357 56 3 0 6 270 115 110
Binary 10000001 11100111 11101111 101110 11 0 110 10111000 1001101 1001000

Color Harmonies of #81E7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81E7EF

Black with #81E7EF

Text Example


Text Example

White with #81E7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,231,239); }

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

background-color css

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

 a { background-color: rgb(129,231,239); }

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

border-color css

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

 span { border-color: rgb(129,231,239); }

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