Shades of Light Sky Blue #80D5FD
Tints of Light Sky Blue #80D5FD
RGB
CMYK
RGB Variations
Color information
#80D5FD (or 0x80D5FD) is known color: Light Sky Blue. HEX triplet: 80, D5 and FD. RGB value is (128,213,253). Sum of RGB (Red+Green+Blue) = 128+213+253=594 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.55% from 594); Green value is 213 (83.59% from 255 or 35.86% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #80D5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D5FD is #7F2A02. Grayscale: #BFBFBF. Windows color (decimal): -8333827 or 16635264. OLE color: 16635264.
HSL color Cylindrical-coordinate representation of color #80D5FD: hue angle of 199.2º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80D5FD is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 213 | 253 | - |
| CMYK | 0.49 | 0.16 | 0 | 0.01 |
| HSL | 199.2º | 0.97% | 0.75% | - |
| HSV(B) | 199.2º | 0.49% | 0.99% | - |
| XYZ | 50.43 | 59.27 | 101.71 | - |
| YUV | 192.15 | 162.34 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 213 | 253 | 0.49 | 0.16 | 0 | 0.01 | 199.2 | 0.97 | 0.75 |
| Hex | 80 | D5 | FD | 31 | 10 | 0 | 1 | C7 | 61 | 4B |
| Octal | 200 | 325 | 375 | 61 | 20 | 0 | 1 | 307 | 141 | 113 |
| Binary | 10000000 | 11010101 | 11111101 | 110001 | 10000 | 0 | 1 | 11000111 | 1100001 | 1001011 |
Color Harmonies of #80D5FD
Complementary color
Monochromatic Colors of #80D5FD
Black with #80D5FD
Text Example
Text Example
White with #80D5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D5FD; }
p { color: rgb(128,213,253); }
H1.HeaderClassName
{
color: #80D5FD;
}
.AnyTagClassName
{
color: #80D5FD;
}
</style>
background-color css
<style>
a { background-color: #80D5FD; }
a { background-color: rgb(128,213,253); }
div.DivClassName
{
background-color: #80D5FD;
}
.BgClassName
{
background-color: #80D5FD;
}
</style>
border-color css
<style>
span { border-color: #80D5FD; }
span { border-color: rgb(128,213,253); }
td.TdClassName
{
border-color: #80D5FD;
}
.TagClassName
{
border-color: #80D5FD;
}
</style>