Html Css Color HEX #80FBFF Electric Blue

📋 copy color: '#80FBFF'

red 128 ◦ green 251 ◦ blue 255

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

Shades of Electric Blue #80FBFF

Tints of Electric Blue #80FBFF

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.59%

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

R = 20.19%
G = 39.59%
B = 40.22%

CMYK

 C value IS 0.50

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#80FBFF (or 0x80FBFF) is known color: Electric Blue. HEX triplet: 80, FB and FF. RGB value is (128,251,255). Sum of RGB (Red+Green+Blue) = 128+251+255=634 (83% of max value = 765). Red value is 128 (50.39% from 255 or 20.19% from 634); Green value is 251 (98.44% from 255 or 39.59% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #80FBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FBFF is #7F0400. Grayscale: #D6D6D6. Windows color (decimal): -8324097 or 16776064. OLE color: 16776064.

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

Color convert

RGB 128 251 255 -
CMYK 0.50 0.02 0 0
HSL 181.89º 1% 0.75% -
HSV(B) 181.89º 0.5% 1% -
XYZ 61.45 80.8 106.97 -
YUV 214.68 150.75 66.17 -
System Red Green Blue C M Y K H S L
Decimal 128 251 255 0.50 0.02 0 0 181.89 1 0.75
Hex 80 FB FF 32 2 0 0 B6 64 4B
Octal 200 373 377 62 2 0 0 266 144 113
Binary 10000000 11111011 11111111 110010 10 0 0 10110110 1100100 1001011

Color Harmonies of #80FBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FBFF

Black with #80FBFF

Text Example


Text Example

White with #80FBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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