Html Css Color HEX #80FCEF Electric Blue

📋 copy color: '#80FCEF'

red 128 ◦ green 252 ◦ blue 239

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

Shades of Electric Blue #80FCEF

Tints of Electric Blue #80FCEF

RGB

 RED value IS 128 (50.39% from 255) = 20.68%

 GREEN value IS 252 (98.83% from 255) = 40.71%

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

R = 20.68%
G = 40.71%
B = 38.61%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#80FCEF (or 0x80FCEF) is known color: Electric Blue. HEX triplet: 80, FC and EF. RGB value is (128,252,239). Sum of RGB (Red+Green+Blue) = 128+252+239=619 (81% of max value = 765). Red value is 128 (50.39% from 255 or 20.68% from 619); Green value is 252 (98.83% from 255 or 40.71% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 252 - color contains mainly: green. Hex color #80FCEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FCEF is #7F0310. Grayscale: #D5D5D5. Windows color (decimal): -8323857 or 15727744. OLE color: 15727744.

HSL color Cylindrical-coordinate representation of color #80FCEF: hue angle of 173.71º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FCEF is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 252 239 -
CMYK 0.49 0 0.05 0.01
HSL 173.71º 0.95% 0.75% -
HSV(B) 173.71º 0.49% 0.99% -
XYZ 59.29 80.44 94.06 -
YUV 213.44 142.42 67.06 -
System Red Green Blue C M Y K H S L
Decimal 128 252 239 0.49 0 0.05 0.01 173.71 0.95 0.75
Hex 80 FC EF 31 0 5 1 AE 5F 4B
Octal 200 374 357 61 0 5 1 256 137 113
Binary 10000000 11111100 11101111 110001 0 101 1 10101110 1011111 1001011

Color Harmonies of #80FCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FCEF

Black with #80FCEF

Text Example


Text Example

White with #80FCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80FCEF; }

 p { color: rgb(128,252,239); }

 H1.HeaderClassName
 {
   color: #80FCEF;
 }
 .AnyTagClassName
 {
   color: #80FCEF;
 }
</style>

background-color css

<style>
 a { background-color: #80FCEF; }

 a { background-color: rgb(128,252,239); }

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

border-color css

<style>
 span { border-color: #80FCEF; }

 span { border-color: rgb(128,252,239); }

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