Shades of Sky Blue #80DBF5
Tints of Sky Blue #80DBF5
RGB
CMYK
RGB Variations
Color information
#80DBF5 (or 0x80DBF5) is known color: Sky Blue. HEX triplet: 80, DB and F5. RGB value is (128,219,245). Sum of RGB (Red+Green+Blue) = 128+219+245=592 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.62% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 245 (96.09% from 255 or 41.39% from 592); Max value from RGB is 245 - color contains mainly: blue. Hex color #80DBF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DBF5 is #7F240A. Grayscale: #C2C2C2. Windows color (decimal): -8332299 or 16112512. OLE color: 16112512.
HSL color Cylindrical-coordinate representation of color #80DBF5: hue angle of 193.33º degrees, saturation: 0.85, 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 #80DBF5 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 219 | 245 | - |
| CMYK | 0.48 | 0.11 | 0 | 0.04 |
| HSL | 193.33º | 0.85% | 0.73% | - |
| HSV(B) | 193.33º | 0.48% | 0.96% | - |
| XYZ | 50.72 | 61.84 | 95.65 | - |
| YUV | 194.76 | 156.35 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 219 | 245 | 0.48 | 0.11 | 0 | 0.04 | 193.33 | 0.85 | 0.73 |
| Hex | 80 | DB | F5 | 30 | B | 0 | 4 | C1 | 55 | 49 |
| Octal | 200 | 333 | 365 | 60 | 13 | 0 | 4 | 301 | 125 | 111 |
| Binary | 10000000 | 11011011 | 11110101 | 110000 | 1011 | 0 | 100 | 11000001 | 1010101 | 1001001 |
Color Harmonies of #80DBF5
Complementary color
Monochromatic Colors of #80DBF5
Black with #80DBF5
Text Example
Text Example
White with #80DBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DBF5; }
p { color: rgb(128,219,245); }
H1.HeaderClassName
{
color: #80DBF5;
}
.AnyTagClassName
{
color: #80DBF5;
}
</style>
background-color css
<style>
a { background-color: #80DBF5; }
a { background-color: rgb(128,219,245); }
div.DivClassName
{
background-color: #80DBF5;
}
.BgClassName
{
background-color: #80DBF5;
}
</style>
border-color css
<style>
span { border-color: #80DBF5; }
span { border-color: rgb(128,219,245); }
td.TdClassName
{
border-color: #80DBF5;
}
.TagClassName
{
border-color: #80DBF5;
}
</style>