Shades of Light Sky Blue #80D0FC
Tints of Light Sky Blue #80D0FC
RGB
CMYK
RGB Variations
Color information
#80D0FC (or 0x80D0FC) is known color: Light Sky Blue. HEX triplet: 80, D0 and FC. RGB value is (128,208,252). Sum of RGB (Red+Green+Blue) = 128+208+252=588 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.77% from 588); Green value is 208 (81.64% from 255 or 35.37% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #80D0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D0FC is #7F2F03. Grayscale: #BCBCBC. Windows color (decimal): -8335108 or 16568448. OLE color: 16568448.
HSL color Cylindrical-coordinate representation of color #80D0FC: hue angle of 201.29º 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 #80D0FC is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 208 | 252 | - |
| CMYK | 0.49 | 0.17 | 0 | 0.01 |
| HSL | 201.29º | 0.95% | 0.75% | - |
| HSV(B) | 201.29º | 0.49% | 0.99% | - |
| XYZ | 49.03 | 56.73 | 100.46 | - |
| YUV | 189.1 | 163.5 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 208 | 252 | 0.49 | 0.17 | 0 | 0.01 | 201.29 | 0.95 | 0.75 |
| Hex | 80 | D0 | FC | 31 | 11 | 0 | 1 | C9 | 5F | 4B |
| Octal | 200 | 320 | 374 | 61 | 21 | 0 | 1 | 311 | 137 | 113 |
| Binary | 10000000 | 11010000 | 11111100 | 110001 | 10001 | 0 | 1 | 11001001 | 1011111 | 1001011 |
Color Harmonies of #80D0FC
Complementary color
Monochromatic Colors of #80D0FC
Black with #80D0FC
Text Example
Text Example
White with #80D0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D0FC; }
p { color: rgb(128,208,252); }
H1.HeaderClassName
{
color: #80D0FC;
}
.AnyTagClassName
{
color: #80D0FC;
}
</style>
background-color css
<style>
a { background-color: #80D0FC; }
a { background-color: rgb(128,208,252); }
div.DivClassName
{
background-color: #80D0FC;
}
.BgClassName
{
background-color: #80D0FC;
}
</style>
border-color css
<style>
span { border-color: #80D0FC; }
span { border-color: rgb(128,208,252); }
td.TdClassName
{
border-color: #80D0FC;
}
.TagClassName
{
border-color: #80D0FC;
}
</style>