Shades of Light Sky Blue #80CDF9
Tints of Light Sky Blue #80CDF9
RGB
CMYK
RGB Variations
Color information
#80CDF9 (or 0x80CDF9) is known color: Light Sky Blue. HEX triplet: 80, CD and F9. RGB value is (128,205,249). Sum of RGB (Red+Green+Blue) = 128+205+249=582 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.99% from 582); Green value is 205 (80.47% from 255 or 35.22% from 582); Blue value is 249 (97.66% from 255 or 42.78% from 582); Max value from RGB is 249 - color contains mainly: blue. Hex color #80CDF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CDF9 is #7F3206. Grayscale: #BABABA. Windows color (decimal): -8335879 or 16371072. OLE color: 16371072.
HSL color Cylindrical-coordinate representation of color #80CDF9: hue angle of 201.82º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80CDF9 is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 205 | 249 | - |
| CMYK | 0.49 | 0.18 | 0 | 0.02 |
| HSL | 201.82º | 0.91% | 0.74% | - |
| HSV(B) | 201.82º | 0.49% | 0.98% | - |
| XYZ | 47.83 | 55.09 | 97.74 | - |
| YUV | 186.99 | 162.99 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 205 | 249 | 0.49 | 0.18 | 0 | 0.02 | 201.82 | 0.91 | 0.74 |
| Hex | 80 | CD | F9 | 31 | 12 | 0 | 2 | CA | 5B | 4A |
| Octal | 200 | 315 | 371 | 61 | 22 | 0 | 2 | 312 | 133 | 112 |
| Binary | 10000000 | 11001101 | 11111001 | 110001 | 10010 | 0 | 10 | 11001010 | 1011011 | 1001010 |
Color Harmonies of #80CDF9
Complementary color
Monochromatic Colors of #80CDF9
Black with #80CDF9
Text Example
Text Example
White with #80CDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CDF9; }
p { color: rgb(128,205,249); }
H1.HeaderClassName
{
color: #80CDF9;
}
.AnyTagClassName
{
color: #80CDF9;
}
</style>
background-color css
<style>
a { background-color: #80CDF9; }
a { background-color: rgb(128,205,249); }
div.DivClassName
{
background-color: #80CDF9;
}
.BgClassName
{
background-color: #80CDF9;
}
</style>
border-color css
<style>
span { border-color: #80CDF9; }
span { border-color: rgb(128,205,249); }
td.TdClassName
{
border-color: #80CDF9;
}
.TagClassName
{
border-color: #80CDF9;
}
</style>