Shades of Light Sky Blue #80CDF6
Tints of Light Sky Blue #80CDF6
RGB
CMYK
RGB Variations
Color information
#80CDF6 (or 0x80CDF6) is known color: Light Sky Blue. HEX triplet: 80, CD and F6. RGB value is (128,205,246). Sum of RGB (Red+Green+Blue) = 128+205+246=579 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.11% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 246 (96.48% from 255 or 42.49% from 579); Max value from RGB is 246 - color contains mainly: blue. Hex color #80CDF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CDF6 is #7F3209. Grayscale: #BABABA. Windows color (decimal): -8335882 or 16174464. OLE color: 16174464.
HSL color Cylindrical-coordinate representation of color #80CDF6: hue angle of 200.85º degrees, saturation: 0.87, 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 #80CDF6 is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 205 | 246 | - |
| CMYK | 0.48 | 0.17 | 0 | 0.04 |
| HSL | 200.85º | 0.87% | 0.73% | - |
| HSV(B) | 200.85º | 0.48% | 0.96% | - |
| XYZ | 47.37 | 54.91 | 95.29 | - |
| YUV | 186.65 | 161.49 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 205 | 246 | 0.48 | 0.17 | 0 | 0.04 | 200.85 | 0.87 | 0.73 |
| Hex | 80 | CD | F6 | 30 | 11 | 0 | 4 | C9 | 57 | 49 |
| Octal | 200 | 315 | 366 | 60 | 21 | 0 | 4 | 311 | 127 | 111 |
| Binary | 10000000 | 11001101 | 11110110 | 110000 | 10001 | 0 | 100 | 11001001 | 1010111 | 1001001 |
Color Harmonies of #80CDF6
Complementary color
Monochromatic Colors of #80CDF6
Black with #80CDF6
Text Example
Text Example
White with #80CDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CDF6; }
p { color: rgb(128,205,246); }
H1.HeaderClassName
{
color: #80CDF6;
}
.AnyTagClassName
{
color: #80CDF6;
}
</style>
background-color css
<style>
a { background-color: #80CDF6; }
a { background-color: rgb(128,205,246); }
div.DivClassName
{
background-color: #80CDF6;
}
.BgClassName
{
background-color: #80CDF6;
}
</style>
border-color css
<style>
span { border-color: #80CDF6; }
span { border-color: rgb(128,205,246); }
td.TdClassName
{
border-color: #80CDF6;
}
.TagClassName
{
border-color: #80CDF6;
}
</style>