Shades of Light Sky Blue #80CFFD
Tints of Light Sky Blue #80CFFD
RGB
CMYK
RGB Variations
Color information
#80CFFD (or 0x80CFFD) is known color: Light Sky Blue. HEX triplet: 80, CF and FD. RGB value is (128,207,253). Sum of RGB (Red+Green+Blue) = 128+207+253=588 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.77% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 253 (99.22% from 255 or 43.03% from 588); Max value from RGB is 253 - color contains mainly: blue. Hex color #80CFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CFFD is #7F3002. Grayscale: #BCBCBC. Windows color (decimal): -8335363 or 16633728. OLE color: 16633728.
HSL color Cylindrical-coordinate representation of color #80CFFD: hue angle of 202.08º 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 #80CFFD is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 207 | 253 | - |
| CMYK | 0.49 | 0.18 | 0 | 0.01 |
| HSL | 202.08º | 0.97% | 0.75% | - |
| HSV(B) | 202.08º | 0.49% | 0.99% | - |
| XYZ | 48.94 | 56.31 | 101.22 | - |
| YUV | 188.62 | 164.33 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 253 | 0.49 | 0.18 | 0 | 0.01 | 202.08 | 0.97 | 0.75 |
| Hex | 80 | CF | FD | 31 | 12 | 0 | 1 | CA | 61 | 4B |
| Octal | 200 | 317 | 375 | 61 | 22 | 0 | 1 | 312 | 141 | 113 |
| Binary | 10000000 | 11001111 | 11111101 | 110001 | 10010 | 0 | 1 | 11001010 | 1100001 | 1001011 |
Color Harmonies of #80CFFD
Complementary color
Monochromatic Colors of #80CFFD
Black with #80CFFD
Text Example
Text Example
White with #80CFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CFFD; }
p { color: rgb(128,207,253); }
H1.HeaderClassName
{
color: #80CFFD;
}
.AnyTagClassName
{
color: #80CFFD;
}
</style>
background-color css
<style>
a { background-color: #80CFFD; }
a { background-color: rgb(128,207,253); }
div.DivClassName
{
background-color: #80CFFD;
}
.BgClassName
{
background-color: #80CFFD;
}
</style>
border-color css
<style>
span { border-color: #80CFFD; }
span { border-color: rgb(128,207,253); }
td.TdClassName
{
border-color: #80CFFD;
}
.TagClassName
{
border-color: #80CFFD;
}
</style>