Shades of Light Sky Blue #80CDF3
Tints of Light Sky Blue #80CDF3
RGB
CMYK
RGB Variations
Color information
#80CDF3 (or 0x80CDF3) is known color: Light Sky Blue. HEX triplet: 80, CD and F3. RGB value is (128,205,243). Sum of RGB (Red+Green+Blue) = 128+205+243=576 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.22% from 576); Green value is 205 (80.47% from 255 or 35.59% from 576); Blue value is 243 (95.31% from 255 or 42.19% from 576); Max value from RGB is 243 - color contains mainly: blue. Hex color #80CDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CDF3 is #7F320C. Grayscale: #BABABA. Windows color (decimal): -8335885 or 15977856. OLE color: 15977856.
HSL color Cylindrical-coordinate representation of color #80CDF3: hue angle of 199.83º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80CDF3 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 205 | 243 | - |
| CMYK | 0.47 | 0.16 | 0 | 0.05 |
| HSL | 199.83º | 0.83% | 0.73% | - |
| HSV(B) | 199.83º | 0.47% | 0.95% | - |
| XYZ | 46.91 | 54.72 | 92.88 | - |
| YUV | 186.31 | 159.99 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 205 | 243 | 0.47 | 0.16 | 0 | 0.05 | 199.83 | 0.83 | 0.73 |
| Hex | 80 | CD | F3 | 2F | 10 | 0 | 5 | C8 | 53 | 49 |
| Octal | 200 | 315 | 363 | 57 | 20 | 0 | 5 | 310 | 123 | 111 |
| Binary | 10000000 | 11001101 | 11110011 | 101111 | 10000 | 0 | 101 | 11001000 | 1010011 | 1001001 |
Color Harmonies of #80CDF3
Complementary color
Monochromatic Colors of #80CDF3
Black with #80CDF3
Text Example
Text Example
White with #80CDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CDF3; }
p { color: rgb(128,205,243); }
H1.HeaderClassName
{
color: #80CDF3;
}
.AnyTagClassName
{
color: #80CDF3;
}
</style>
background-color css
<style>
a { background-color: #80CDF3; }
a { background-color: rgb(128,205,243); }
div.DivClassName
{
background-color: #80CDF3;
}
.BgClassName
{
background-color: #80CDF3;
}
</style>
border-color css
<style>
span { border-color: #80CDF3; }
span { border-color: rgb(128,205,243); }
td.TdClassName
{
border-color: #80CDF3;
}
.TagClassName
{
border-color: #80CDF3;
}
</style>