Html Css Color HEX #80EEEF Electric Blue

📋 copy color: '#80EEEF'

red 128 ◦ green 238 ◦ blue 239

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

Shades of Electric Blue #80EEEF

Tints of Electric Blue #80EEEF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.34%

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

R = 21.16%
G = 39.34%
B = 39.5%

CMYK

 C value IS 0.46

 M value IS 0.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#80EEEF (or 0x80EEEF) is known color: Electric Blue. HEX triplet: 80, EE and EF. RGB value is (128,238,239). Sum of RGB (Red+Green+Blue) = 128+238+239=605 (80% of max value = 765). Red value is 128 (50.39% from 255 or 21.16% from 605); Green value is 238 (93.36% from 255 or 39.34% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #80EEEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80EEEF is #7F1110. Grayscale: #CDCDCD. Windows color (decimal): -8327441 or 15724160. OLE color: 15724160.

HSL color Cylindrical-coordinate representation of color #80EEEF: hue angle of 180.54º degrees, saturation: 0.78, 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 #80EEEF is Cyan = 0.46, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 238 239 -
CMYK 0.46 0.00 0 0.06
HSL 180.54º 0.78% 0.72% -
HSV(B) 180.54º 0.46% 0.94% -
XYZ 55.06 71.97 92.65 -
YUV 205.22 147.06 72.92 -
System Red Green Blue C M Y K H S L
Decimal 128 238 239 0.46 0.00 0 0.06 180.54 0.78 0.72
Hex 80 EE EF 2E 0 0 6 B5 4E 48
Octal 200 356 357 56 0 0 6 265 116 110
Binary 10000000 11101110 11101111 101110 0 0 110 10110101 1001110 1001000

Color Harmonies of #80EEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EEEF

Black with #80EEEF

Text Example


Text Example

White with #80EEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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