Shades of Sky Blue #80DBF1
Tints of Sky Blue #80DBF1
RGB
CMYK
RGB Variations
Color information
#80DBF1 (or 0x80DBF1) is known color: Sky Blue. HEX triplet: 80, DB and F1. RGB value is (128,219,241). Sum of RGB (Red+Green+Blue) = 128+219+241=588 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.77% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 241 (94.53% from 255 or 40.99% from 588); Max value from RGB is 241 - color contains mainly: blue. Hex color #80DBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DBF1 is #7F240E. Grayscale: #C2C2C2. Windows color (decimal): -8332303 or 15850368. OLE color: 15850368.
HSL color Cylindrical-coordinate representation of color #80DBF1: hue angle of 191.68º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80DBF1 is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 219 | 241 | - |
| CMYK | 0.47 | 0.09 | 0 | 0.05 |
| HSL | 191.68º | 0.8% | 0.72% | - |
| HSV(B) | 191.68º | 0.47% | 0.95% | - |
| XYZ | 50.11 | 61.6 | 92.47 | - |
| YUV | 194.3 | 154.35 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 219 | 241 | 0.47 | 0.09 | 0 | 0.05 | 191.68 | 0.8 | 0.72 |
| Hex | 80 | DB | F1 | 2F | 9 | 0 | 5 | C0 | 50 | 48 |
| Octal | 200 | 333 | 361 | 57 | 11 | 0 | 5 | 300 | 120 | 110 |
| Binary | 10000000 | 11011011 | 11110001 | 101111 | 1001 | 0 | 101 | 11000000 | 1010000 | 1001000 |
Color Harmonies of #80DBF1
Complementary color
Monochromatic Colors of #80DBF1
Black with #80DBF1
Text Example
Text Example
White with #80DBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DBF1; }
p { color: rgb(128,219,241); }
H1.HeaderClassName
{
color: #80DBF1;
}
.AnyTagClassName
{
color: #80DBF1;
}
</style>
background-color css
<style>
a { background-color: #80DBF1; }
a { background-color: rgb(128,219,241); }
div.DivClassName
{
background-color: #80DBF1;
}
.BgClassName
{
background-color: #80DBF1;
}
</style>
border-color css
<style>
span { border-color: #80DBF1; }
span { border-color: rgb(128,219,241); }
td.TdClassName
{
border-color: #80DBF1;
}
.TagClassName
{
border-color: #80DBF1;
}
</style>