Shades of Electric Blue #80F9FF
Tints of Electric Blue #80F9FF
RGB
CMYK
RGB Variations
Color information
#80F9FF (or 0x80F9FF) is known color: Electric Blue. HEX triplet: 80, F9 and FF. RGB value is (128,249,255). Sum of RGB (Red+Green+Blue) = 128+249+255=632 (83% of max value = 765). Red value is 128 (50.39% from 255 or 20.25% from 632); Green value is 249 (97.66% from 255 or 39.40% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #80F9FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80F9FF is #7F0600. Grayscale: #D5D5D5. Windows color (decimal): -8324609 or 16775552. OLE color: 16775552.
HSL color Cylindrical-coordinate representation of color #80F9FF: hue angle of 182.83º 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 #80F9FF is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 249 | 255 | - |
| CMYK | 0.50 | 0.02 | 0 | 0 |
| HSL | 182.83º | 1% | 0.75% | - |
| HSV(B) | 182.83º | 0.5% | 1% | - |
| XYZ | 60.83 | 79.56 | 106.76 | - |
| YUV | 213.51 | 151.41 | 67.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 249 | 255 | 0.50 | 0.02 | 0 | 0 | 182.83 | 1 | 0.75 |
| Hex | 80 | F9 | FF | 32 | 2 | 0 | 0 | B7 | 64 | 4B |
| Octal | 200 | 371 | 377 | 62 | 2 | 0 | 0 | 267 | 144 | 113 |
| Binary | 10000000 | 11111001 | 11111111 | 110010 | 10 | 0 | 0 | 10110111 | 1100100 | 1001011 |
Color Harmonies of #80F9FF
Complementary color
Monochromatic Colors of #80F9FF
Black with #80F9FF
Text Example
Text Example
White with #80F9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F9FF; }
p { color: rgb(128,249,255); }
H1.HeaderClassName
{
color: #80F9FF;
}
.AnyTagClassName
{
color: #80F9FF;
}
</style>
background-color css
<style>
a { background-color: #80F9FF; }
a { background-color: rgb(128,249,255); }
div.DivClassName
{
background-color: #80F9FF;
}
.BgClassName
{
background-color: #80F9FF;
}
</style>
border-color css
<style>
span { border-color: #80F9FF; }
span { border-color: rgb(128,249,255); }
td.TdClassName
{
border-color: #80F9FF;
}
.TagClassName
{
border-color: #80F9FF;
}
</style>