Html Css Color HEX #80EFFF Electric Blue

📋 copy color: '#80EFFF'

red 128 ◦ green 239 ◦ blue 255

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

Shades of Electric Blue #80EFFF

Tints of Electric Blue #80EFFF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.42%

 BLUE value IS 255 (100% from 255) = 41%

R = 20.58%
G = 38.42%
B = 41%

CMYK

 C value IS 0.50

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#80EFFF (or 0x80EFFF) is known color: Electric Blue. HEX triplet: 80, EF and FF. RGB value is (128,239,255). Sum of RGB (Red+Green+Blue) = 128+239+255=622 (82% of max value = 765). Red value is 128 (50.39% from 255 or 20.58% from 622); Green value is 239 (93.75% from 255 or 38.42% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #80EFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80EFFF is #7F1000. Grayscale: #CFCFCF. Windows color (decimal): -8327169 or 16772992. OLE color: 16772992.

HSL color Cylindrical-coordinate representation of color #80EFFF: hue angle of 187.56º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80EFFF is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 128 239 255 -
CMYK 0.50 0.06 0 0
HSL 187.56º 1% 0.75% -
HSV(B) 187.56º 0.5% 1% -
XYZ 57.82 73.54 105.76 -
YUV 207.64 154.73 71.2 -
System Red Green Blue C M Y K H S L
Decimal 128 239 255 0.50 0.06 0 0 187.56 1 0.75
Hex 80 EF FF 32 6 0 0 BC 64 4B
Octal 200 357 377 62 6 0 0 274 144 113
Binary 10000000 11101111 11111111 110010 110 0 0 10111100 1100100 1001011

Color Harmonies of #80EFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EFFF

Black with #80EFFF

Text Example


Text Example

White with #80EFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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