Shades of Light Sky Blue #80CFF7
Tints of Light Sky Blue #80CFF7
RGB
CMYK
RGB Variations
Color information
#80CFF7 (or 0x80CFF7) is known color: Light Sky Blue. HEX triplet: 80, CF and F7. RGB value is (128,207,247). Sum of RGB (Red+Green+Blue) = 128+207+247=582 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.99% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 247 (96.88% from 255 or 42.44% from 582); Max value from RGB is 247 - color contains mainly: blue. Hex color #80CFF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CFF7 is #7F3008. Grayscale: #BBBBBB. Windows color (decimal): -8335369 or 16240512. OLE color: 16240512.
HSL color Cylindrical-coordinate representation of color #80CFF7: hue angle of 200.17º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80CFF7 is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 207 | 247 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.03 |
| HSL | 200.17º | 0.88% | 0.74% | - |
| HSV(B) | 200.17º | 0.48% | 0.97% | - |
| XYZ | 48 | 55.93 | 96.26 | - |
| YUV | 187.94 | 161.33 | 85.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 247 | 0.48 | 0.16 | 0 | 0.03 | 200.17 | 0.88 | 0.74 |
| Hex | 80 | CF | F7 | 30 | 10 | 0 | 3 | C8 | 58 | 4A |
| Octal | 200 | 317 | 367 | 60 | 20 | 0 | 3 | 310 | 130 | 112 |
| Binary | 10000000 | 11001111 | 11110111 | 110000 | 10000 | 0 | 11 | 11001000 | 1011000 | 1001010 |
Color Harmonies of #80CFF7
Complementary color
Monochromatic Colors of #80CFF7
Black with #80CFF7
Text Example
Text Example
White with #80CFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CFF7; }
p { color: rgb(128,207,247); }
H1.HeaderClassName
{
color: #80CFF7;
}
.AnyTagClassName
{
color: #80CFF7;
}
</style>
background-color css
<style>
a { background-color: #80CFF7; }
a { background-color: rgb(128,207,247); }
div.DivClassName
{
background-color: #80CFF7;
}
.BgClassName
{
background-color: #80CFF7;
}
</style>
border-color css
<style>
span { border-color: #80CFF7; }
span { border-color: rgb(128,207,247); }
td.TdClassName
{
border-color: #80CFF7;
}
.TagClassName
{
border-color: #80CFF7;
}
</style>