Shades of Sky Blue #80DBEF
Tints of Sky Blue #80DBEF
RGB
CMYK
RGB Variations
Color information
#80DBEF (or 0x80DBEF) is known color: Sky Blue. HEX triplet: 80, DB and EF. RGB value is (128,219,239). Sum of RGB (Red+Green+Blue) = 128+219+239=586 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.84% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 239 (93.75% from 255 or 40.78% from 586); Max value from RGB is 239 - color contains mainly: blue. Hex color #80DBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DBEF is #7F2410. Grayscale: #C1C1C1. Windows color (decimal): -8332305 or 15719296. OLE color: 15719296.
HSL color Cylindrical-coordinate representation of color #80DBEF: hue angle of 190.81º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80DBEF is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 219 | 239 | - |
| CMYK | 0.46 | 0.08 | 0 | 0.06 |
| HSL | 190.81º | 0.78% | 0.72% | - |
| HSV(B) | 190.81º | 0.46% | 0.94% | - |
| XYZ | 49.81 | 61.48 | 90.9 | - |
| YUV | 194.07 | 153.35 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 219 | 239 | 0.46 | 0.08 | 0 | 0.06 | 190.81 | 0.78 | 0.72 |
| Hex | 80 | DB | EF | 2E | 8 | 0 | 6 | BF | 4E | 48 |
| Octal | 200 | 333 | 357 | 56 | 10 | 0 | 6 | 277 | 116 | 110 |
| Binary | 10000000 | 11011011 | 11101111 | 101110 | 1000 | 0 | 110 | 10111111 | 1001110 | 1001000 |
Color Harmonies of #80DBEF
Complementary color
Monochromatic Colors of #80DBEF
Black with #80DBEF
Text Example
Text Example
White with #80DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DBEF; }
p { color: rgb(128,219,239); }
H1.HeaderClassName
{
color: #80DBEF;
}
.AnyTagClassName
{
color: #80DBEF;
}
</style>
background-color css
<style>
a { background-color: #80DBEF; }
a { background-color: rgb(128,219,239); }
div.DivClassName
{
background-color: #80DBEF;
}
.BgClassName
{
background-color: #80DBEF;
}
</style>
border-color css
<style>
span { border-color: #80DBEF; }
span { border-color: rgb(128,219,239); }
td.TdClassName
{
border-color: #80DBEF;
}
.TagClassName
{
border-color: #80DBEF;
}
</style>