Shades of Sky Blue #80D3ED
Tints of Sky Blue #80D3ED
RGB
CMYK
RGB Variations
Color information
#80D3ED (or 0x80D3ED) is known color: Sky Blue. HEX triplet: 80, D3 and ED. RGB value is (128,211,237). Sum of RGB (Red+Green+Blue) = 128+211+237=576 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.22% from 576); Green value is 211 (82.81% from 255 or 36.63% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 237 - color contains mainly: blue. Hex color #80D3ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D3ED is #7F2C12. Grayscale: #BCBCBC. Windows color (decimal): -8334355 or 15586176. OLE color: 15586176.
HSL color Cylindrical-coordinate representation of color #80D3ED: hue angle of 194.31º 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 #80D3ED is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 211 | 237 | - |
| CMYK | 0.46 | 0.11 | 0 | 0.07 |
| HSL | 194.31º | 0.75% | 0.72% | - |
| HSV(B) | 194.31º | 0.46% | 0.93% | - |
| XYZ | 47.48 | 57.29 | 88.68 | - |
| YUV | 189.15 | 155 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 211 | 237 | 0.46 | 0.11 | 0 | 0.07 | 194.31 | 0.75 | 0.72 |
| Hex | 80 | D3 | ED | 2E | B | 0 | 7 | C2 | 4B | 48 |
| Octal | 200 | 323 | 355 | 56 | 13 | 0 | 7 | 302 | 113 | 110 |
| Binary | 10000000 | 11010011 | 11101101 | 101110 | 1011 | 0 | 111 | 11000010 | 1001011 | 1001000 |
Color Harmonies of #80D3ED
Complementary color
Monochromatic Colors of #80D3ED
Black with #80D3ED
Text Example
Text Example
White with #80D3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D3ED; }
p { color: rgb(128,211,237); }
H1.HeaderClassName
{
color: #80D3ED;
}
.AnyTagClassName
{
color: #80D3ED;
}
</style>
background-color css
<style>
a { background-color: #80D3ED; }
a { background-color: rgb(128,211,237); }
div.DivClassName
{
background-color: #80D3ED;
}
.BgClassName
{
background-color: #80D3ED;
}
</style>
border-color css
<style>
span { border-color: #80D3ED; }
span { border-color: rgb(128,211,237); }
td.TdClassName
{
border-color: #80D3ED;
}
.TagClassName
{
border-color: #80D3ED;
}
</style>