Shades of Light Sky Blue #79DEFB
Tints of Light Sky Blue #79DEFB
RGB
CMYK
RGB Variations
Color information
#79DEFB (or 0x79DEFB) is known color: Light Sky Blue. HEX triplet: 79, DE and FB. RGB value is (121,222,251). Sum of RGB (Red+Green+Blue) = 121+222+251=594 (78% of max value = 765). Red value is 121 (47.66% from 255 or 20.37% from 594); Green value is 222 (87.11% from 255 or 37.37% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #79DEFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79DEFB is #862104. Grayscale: #C2C2C2. Windows color (decimal): -8790277 or 16506489. OLE color: 16506489.
HSL color Cylindrical-coordinate representation of color #79DEFB: hue angle of 193.38º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #79DEFB is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 222 | 251 | - |
| CMYK | 0.52 | 0.12 | 0 | 0.02 |
| HSL | 193.38º | 0.94% | 0.73% | - |
| HSV(B) | 193.38º | 0.52% | 0.98% | - |
| XYZ | 51.42 | 63.27 | 100.77 | - |
| YUV | 195.11 | 159.54 | 75.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 222 | 251 | 0.52 | 0.12 | 0 | 0.02 | 193.38 | 0.94 | 0.73 |
| Hex | 79 | DE | FB | 34 | C | 0 | 2 | C1 | 5E | 49 |
| Octal | 171 | 336 | 373 | 64 | 14 | 0 | 2 | 301 | 136 | 111 |
| Binary | 1111001 | 11011110 | 11111011 | 110100 | 1100 | 0 | 10 | 11000001 | 1011110 | 1001001 |
Color Harmonies of #79DEFB
Complementary color
Monochromatic Colors of #79DEFB
Black with #79DEFB
Text Example
Text Example
White with #79DEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79DEFB; }
p { color: rgb(121,222,251); }
H1.HeaderClassName
{
color: #79DEFB;
}
.AnyTagClassName
{
color: #79DEFB;
}
</style>
background-color css
<style>
a { background-color: #79DEFB; }
a { background-color: rgb(121,222,251); }
div.DivClassName
{
background-color: #79DEFB;
}
.BgClassName
{
background-color: #79DEFB;
}
</style>
border-color css
<style>
span { border-color: #79DEFB; }
span { border-color: rgb(121,222,251); }
td.TdClassName
{
border-color: #79DEFB;
}
.TagClassName
{
border-color: #79DEFB;
}
</style>