Shades of Light Sky Blue #79DCFC
Tints of Light Sky Blue #79DCFC
RGB
CMYK
RGB Variations
Color information
#79DCFC (or 0x79DCFC) is known color: Light Sky Blue. HEX triplet: 79, DC and FC. RGB value is (121,220,252). Sum of RGB (Red+Green+Blue) = 121+220+252=593 (78% of max value = 765). Red value is 121 (47.66% from 255 or 20.40% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #79DCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79DCFC is #862303. Grayscale: #C1C1C1. Windows color (decimal): -8790788 or 16571513. OLE color: 16571513.
HSL color Cylindrical-coordinate representation of color #79DCFC: hue angle of 194.66º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #79DCFC is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 121 | 220 | 252 | - |
| CMYK | 0.52 | 0.13 | 0 | 0.01 |
| HSL | 194.66º | 0.96% | 0.73% | - |
| HSV(B) | 194.66º | 0.52% | 0.99% | - |
| XYZ | 51.05 | 62.28 | 101.43 | - |
| YUV | 194.05 | 160.7 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 220 | 252 | 0.52 | 0.13 | 0 | 0.01 | 194.66 | 0.96 | 0.73 |
| Hex | 79 | DC | FC | 34 | D | 0 | 1 | C3 | 60 | 49 |
| Octal | 171 | 334 | 374 | 64 | 15 | 0 | 1 | 303 | 140 | 111 |
| Binary | 1111001 | 11011100 | 11111100 | 110100 | 1101 | 0 | 1 | 11000011 | 1100000 | 1001001 |
Color Harmonies of #79DCFC
Complementary color
Monochromatic Colors of #79DCFC
Black with #79DCFC
Text Example
Text Example
White with #79DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79DCFC; }
p { color: rgb(121,220,252); }
H1.HeaderClassName
{
color: #79DCFC;
}
.AnyTagClassName
{
color: #79DCFC;
}
</style>
background-color css
<style>
a { background-color: #79DCFC; }
a { background-color: rgb(121,220,252); }
div.DivClassName
{
background-color: #79DCFC;
}
.BgClassName
{
background-color: #79DCFC;
}
</style>
border-color css
<style>
span { border-color: #79DCFC; }
span { border-color: rgb(121,220,252); }
td.TdClassName
{
border-color: #79DCFC;
}
.TagClassName
{
border-color: #79DCFC;
}
</style>