Html Css Color HEX #80F0FF Electric Blue

📋 copy color: '#80F0FF'

red 128 ◦ green 240 ◦ blue 255

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

Shades of Electric Blue #80F0FF

Tints of Electric Blue #80F0FF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.52%

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

R = 20.55%
G = 38.52%
B = 40.93%

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

#80F0FF (or 0x80F0FF) is known color: Electric Blue. HEX triplet: 80, F0 and FF. RGB value is (128,240,255). Sum of RGB (Red+Green+Blue) = 128+240+255=623 (82% of max value = 765). Red value is 128 (50.39% from 255 or 20.55% from 623); Green value is 240 (94.14% from 255 or 38.52% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #80F0FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80F0FF is #7F0F00. Grayscale: #D0D0D0. Windows color (decimal): -8326913 or 16773248. OLE color: 16773248.

HSL color Cylindrical-coordinate representation of color #80F0FF: hue angle of 187.09º 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 #80F0FF is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 128 240 255 -
CMYK 0.50 0.06 0 0
HSL 187.09º 1% 0.75% -
HSV(B) 187.09º 0.5% 1% -
XYZ 58.11 74.13 105.85 -
YUV 208.22 154.39 70.78 -
System Red Green Blue C M Y K H S L
Decimal 128 240 255 0.50 0.06 0 0 187.09 1 0.75
Hex 80 F0 FF 32 6 0 0 BB 64 4B
Octal 200 360 377 62 6 0 0 273 144 113
Binary 10000000 11110000 11111111 110010 110 0 0 10111011 1100100 1001011

Color Harmonies of #80F0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F0FF

Black with #80F0FF

Text Example


Text Example

White with #80F0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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