Shades of Sky Blue #80DFF7
Tints of Sky Blue #80DFF7
RGB
CMYK
RGB Variations
Color information
#80DFF7 (or 0x80DFF7) is known color: Sky Blue. HEX triplet: 80, DF and F7. RGB value is (128,223,247). Sum of RGB (Red+Green+Blue) = 128+223+247=598 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.40% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 247 (96.88% from 255 or 41.30% from 598); Max value from RGB is 247 - color contains mainly: blue. Hex color #80DFF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DFF7 is #7F2008. Grayscale: #C5C5C5. Windows color (decimal): -8331273 or 16244608. OLE color: 16244608.
HSL color Cylindrical-coordinate representation of color #80DFF7: hue angle of 192.1º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80DFF7 is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 223 | 247 | - |
| CMYK | 0.48 | 0.10 | 0 | 0.03 |
| HSL | 192.1º | 0.88% | 0.74% | - |
| HSV(B) | 192.1º | 0.48% | 0.97% | - |
| XYZ | 52.08 | 64.08 | 97.62 | - |
| YUV | 197.33 | 156.03 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 223 | 247 | 0.48 | 0.10 | 0 | 0.03 | 192.1 | 0.88 | 0.74 |
| Hex | 80 | DF | F7 | 30 | A | 0 | 3 | C0 | 58 | 4A |
| Octal | 200 | 337 | 367 | 60 | 12 | 0 | 3 | 300 | 130 | 112 |
| Binary | 10000000 | 11011111 | 11110111 | 110000 | 1010 | 0 | 11 | 11000000 | 1011000 | 1001010 |
Color Harmonies of #80DFF7
Complementary color
Monochromatic Colors of #80DFF7
Black with #80DFF7
Text Example
Text Example
White with #80DFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DFF7; }
p { color: rgb(128,223,247); }
H1.HeaderClassName
{
color: #80DFF7;
}
.AnyTagClassName
{
color: #80DFF7;
}
</style>
background-color css
<style>
a { background-color: #80DFF7; }
a { background-color: rgb(128,223,247); }
div.DivClassName
{
background-color: #80DFF7;
}
.BgClassName
{
background-color: #80DFF7;
}
</style>
border-color css
<style>
span { border-color: #80DFF7; }
span { border-color: rgb(128,223,247); }
td.TdClassName
{
border-color: #80DFF7;
}
.TagClassName
{
border-color: #80DFF7;
}
</style>