Shades of Sky Blue #80DDED
Tints of Sky Blue #80DDED
RGB
CMYK
RGB Variations
Color information
#80DDED (or 0x80DDED) is known color: Sky Blue. HEX triplet: 80, DD and ED. RGB value is (128,221,237). Sum of RGB (Red+Green+Blue) = 128+221+237=586 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.84% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 237 - color contains mainly: blue. Hex color #80DDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DDED is #7F2212. Grayscale: #C2C2C2. Windows color (decimal): -8331795 or 15588736. OLE color: 15588736.
HSL color Cylindrical-coordinate representation of color #80DDED: hue angle of 188.81º 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 #80DDED is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 221 | 237 | - |
| CMYK | 0.46 | 0.07 | 0 | 0.07 |
| HSL | 188.81º | 0.75% | 0.72% | - |
| HSV(B) | 188.81º | 0.46% | 0.93% | - |
| XYZ | 50.04 | 62.42 | 89.53 | - |
| YUV | 195.02 | 151.69 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 221 | 237 | 0.46 | 0.07 | 0 | 0.07 | 188.81 | 0.75 | 0.72 |
| Hex | 80 | DD | ED | 2E | 7 | 0 | 7 | BD | 4B | 48 |
| Octal | 200 | 335 | 355 | 56 | 7 | 0 | 7 | 275 | 113 | 110 |
| Binary | 10000000 | 11011101 | 11101101 | 101110 | 111 | 0 | 111 | 10111101 | 1001011 | 1001000 |
Color Harmonies of #80DDED
Complementary color
Monochromatic Colors of #80DDED
Black with #80DDED
Text Example
Text Example
White with #80DDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DDED; }
p { color: rgb(128,221,237); }
H1.HeaderClassName
{
color: #80DDED;
}
.AnyTagClassName
{
color: #80DDED;
}
</style>
background-color css
<style>
a { background-color: #80DDED; }
a { background-color: rgb(128,221,237); }
div.DivClassName
{
background-color: #80DDED;
}
.BgClassName
{
background-color: #80DDED;
}
</style>
border-color css
<style>
span { border-color: #80DDED; }
span { border-color: rgb(128,221,237); }
td.TdClassName
{
border-color: #80DDED;
}
.TagClassName
{
border-color: #80DDED;
}
</style>