Shades of Sky Blue #80DBF6
Tints of Sky Blue #80DBF6
RGB
CMYK
RGB Variations
Color information
#80DBF6 (or 0x80DBF6) is known color: Sky Blue. HEX triplet: 80, DB and F6. RGB value is (128,219,246). Sum of RGB (Red+Green+Blue) = 128+219+246=593 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.59% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 246 (96.48% from 255 or 41.48% from 593); Max value from RGB is 246 - color contains mainly: blue. Hex color #80DBF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DBF6 is #7F2409. Grayscale: #C2C2C2. Windows color (decimal): -8332298 or 16178048. OLE color: 16178048.
HSL color Cylindrical-coordinate representation of color #80DBF6: hue angle of 193.73º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80DBF6 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 219 | 246 | - |
| CMYK | 0.48 | 0.11 | 0 | 0.04 |
| HSL | 193.73º | 0.87% | 0.73% | - |
| HSV(B) | 193.73º | 0.48% | 0.96% | - |
| XYZ | 50.87 | 61.91 | 96.46 | - |
| YUV | 194.87 | 156.85 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 219 | 246 | 0.48 | 0.11 | 0 | 0.04 | 193.73 | 0.87 | 0.73 |
| Hex | 80 | DB | F6 | 30 | B | 0 | 4 | C2 | 57 | 49 |
| Octal | 200 | 333 | 366 | 60 | 13 | 0 | 4 | 302 | 127 | 111 |
| Binary | 10000000 | 11011011 | 11110110 | 110000 | 1011 | 0 | 100 | 11000010 | 1010111 | 1001001 |
Color Harmonies of #80DBF6
Complementary color
Monochromatic Colors of #80DBF6
Black with #80DBF6
Text Example
Text Example
White with #80DBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DBF6; }
p { color: rgb(128,219,246); }
H1.HeaderClassName
{
color: #80DBF6;
}
.AnyTagClassName
{
color: #80DBF6;
}
</style>
background-color css
<style>
a { background-color: #80DBF6; }
a { background-color: rgb(128,219,246); }
div.DivClassName
{
background-color: #80DBF6;
}
.BgClassName
{
background-color: #80DBF6;
}
</style>
border-color css
<style>
span { border-color: #80DBF6; }
span { border-color: rgb(128,219,246); }
td.TdClassName
{
border-color: #80DBF6;
}
.TagClassName
{
border-color: #80DBF6;
}
</style>