Shades of Light Sky Blue #80CFFC
Tints of Light Sky Blue #80CFFC
RGB
CMYK
RGB Variations
Color information
#80CFFC (or 0x80CFFC) is known color: Light Sky Blue. HEX triplet: 80, CF and FC. RGB value is (128,207,252). Sum of RGB (Red+Green+Blue) = 128+207+252=587 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.81% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 252 (98.83% from 255 or 42.93% from 587); Max value from RGB is 252 - color contains mainly: blue. Hex color #80CFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CFFC is #7F3003. Grayscale: #BCBCBC. Windows color (decimal): -8335364 or 16568192. OLE color: 16568192.
HSL color Cylindrical-coordinate representation of color #80CFFC: hue angle of 201.77º degrees, saturation: 0.95, 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 #80CFFC is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 207 | 252 | - |
| CMYK | 0.49 | 0.18 | 0 | 0.01 |
| HSL | 201.77º | 0.95% | 0.75% | - |
| HSV(B) | 201.77º | 0.49% | 0.99% | - |
| XYZ | 48.79 | 56.24 | 100.38 | - |
| YUV | 188.51 | 163.83 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 252 | 0.49 | 0.18 | 0 | 0.01 | 201.77 | 0.95 | 0.75 |
| Hex | 80 | CF | FC | 31 | 12 | 0 | 1 | CA | 5F | 4B |
| Octal | 200 | 317 | 374 | 61 | 22 | 0 | 1 | 312 | 137 | 113 |
| Binary | 10000000 | 11001111 | 11111100 | 110001 | 10010 | 0 | 1 | 11001010 | 1011111 | 1001011 |
Color Harmonies of #80CFFC
Complementary color
Monochromatic Colors of #80CFFC
Black with #80CFFC
Text Example
Text Example
White with #80CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CFFC; }
p { color: rgb(128,207,252); }
H1.HeaderClassName
{
color: #80CFFC;
}
.AnyTagClassName
{
color: #80CFFC;
}
</style>
background-color css
<style>
a { background-color: #80CFFC; }
a { background-color: rgb(128,207,252); }
div.DivClassName
{
background-color: #80CFFC;
}
.BgClassName
{
background-color: #80CFFC;
}
</style>
border-color css
<style>
span { border-color: #80CFFC; }
span { border-color: rgb(128,207,252); }
td.TdClassName
{
border-color: #80CFFC;
}
.TagClassName
{
border-color: #80CFFC;
}
</style>