Shades of Sky Blue #80DCED
Tints of Sky Blue #80DCED
RGB
CMYK
RGB Variations
Color information
#80DCED (or 0x80DCED) is known color: Sky Blue. HEX triplet: 80, DC and ED. RGB value is (128,220,237). Sum of RGB (Red+Green+Blue) = 128+220+237=585 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.88% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #80DCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DCED is #7F2312. Grayscale: #C2C2C2. Windows color (decimal): -8332051 or 15588480. OLE color: 15588480.
HSL color Cylindrical-coordinate representation of color #80DCED: hue angle of 189.36º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80DCED is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 220 | 237 | - |
| CMYK | 0.46 | 0.07 | 0 | 0.07 |
| HSL | 189.36º | 0.75% | 0.72% | - |
| HSV(B) | 189.36º | 0.46% | 0.93% | - |
| XYZ | 49.78 | 61.89 | 89.44 | - |
| YUV | 194.43 | 152.02 | 80.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 220 | 237 | 0.46 | 0.07 | 0 | 0.07 | 189.36 | 0.75 | 0.72 |
| Hex | 80 | DC | ED | 2E | 7 | 0 | 7 | BD | 4B | 48 |
| Octal | 200 | 334 | 355 | 56 | 7 | 0 | 7 | 275 | 113 | 110 |
| Binary | 10000000 | 11011100 | 11101101 | 101110 | 111 | 0 | 111 | 10111101 | 1001011 | 1001000 |
Color Harmonies of #80DCED
Complementary color
Monochromatic Colors of #80DCED
Black with #80DCED
Text Example
Text Example
White with #80DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DCED; }
p { color: rgb(128,220,237); }
H1.HeaderClassName
{
color: #80DCED;
}
.AnyTagClassName
{
color: #80DCED;
}
</style>
background-color css
<style>
a { background-color: #80DCED; }
a { background-color: rgb(128,220,237); }
div.DivClassName
{
background-color: #80DCED;
}
.BgClassName
{
background-color: #80DCED;
}
</style>
border-color css
<style>
span { border-color: #80DCED; }
span { border-color: rgb(128,220,237); }
td.TdClassName
{
border-color: #80DCED;
}
.TagClassName
{
border-color: #80DCED;
}
</style>