Shades of Light Sky Blue #79DBFC
Tints of Light Sky Blue #79DBFC
RGB
CMYK
RGB Variations
Color information
#79DBFC (or 0x79DBFC) is known color: Light Sky Blue. HEX triplet: 79, DB and FC. RGB value is (121,219,252). Sum of RGB (Red+Green+Blue) = 121+219+252=592 (78% of max value = 765). Red value is 121 (47.66% from 255 or 20.44% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #79DBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79DBFC is #862403. Grayscale: #C1C1C1. Windows color (decimal): -8791044 or 16571257. OLE color: 16571257.
HSL color Cylindrical-coordinate representation of color #79DBFC: hue angle of 195.11º 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 #79DBFC is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 121 | 219 | 252 | - |
| CMYK | 0.52 | 0.13 | 0 | 0.01 |
| HSL | 195.11º | 0.96% | 0.73% | - |
| HSV(B) | 195.11º | 0.52% | 0.99% | - |
| XYZ | 50.79 | 61.76 | 101.34 | - |
| YUV | 193.46 | 161.03 | 76.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 219 | 252 | 0.52 | 0.13 | 0 | 0.01 | 195.11 | 0.96 | 0.73 |
| Hex | 79 | DB | FC | 34 | D | 0 | 1 | C3 | 60 | 49 |
| Octal | 171 | 333 | 374 | 64 | 15 | 0 | 1 | 303 | 140 | 111 |
| Binary | 1111001 | 11011011 | 11111100 | 110100 | 1101 | 0 | 1 | 11000011 | 1100000 | 1001001 |
Color Harmonies of #79DBFC
Complementary color
Monochromatic Colors of #79DBFC
Black with #79DBFC
Text Example
Text Example
White with #79DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79DBFC; }
p { color: rgb(121,219,252); }
H1.HeaderClassName
{
color: #79DBFC;
}
.AnyTagClassName
{
color: #79DBFC;
}
</style>
background-color css
<style>
a { background-color: #79DBFC; }
a { background-color: rgb(121,219,252); }
div.DivClassName
{
background-color: #79DBFC;
}
.BgClassName
{
background-color: #79DBFC;
}
</style>
border-color css
<style>
span { border-color: #79DBFC; }
span { border-color: rgb(121,219,252); }
td.TdClassName
{
border-color: #79DBFC;
}
.TagClassName
{
border-color: #79DBFC;
}
</style>