Shades of Light Sky Blue #79CFFF
Tints of Light Sky Blue #79CFFF
RGB
CMYK
RGB Variations
Color information
#79CFFF (or 0x79CFFF) is known color: Light Sky Blue. HEX triplet: 79, CF and FF. RGB value is (121,207,255). Sum of RGB (Red+Green+Blue) = 121+207+255=583 (77% of max value = 765). Red value is 121 (47.66% from 255 or 20.75% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #79CFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79CFFF is #863000. Grayscale: #BABABA. Windows color (decimal): -8794113 or 16764793. OLE color: 16764793.
HSL color Cylindrical-coordinate representation of color #79CFFF: hue angle of 201.49º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #79CFFF is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 207 | 255 | - |
| CMYK | 0.53 | 0.19 | 0 | 0 |
| HSL | 201.49º | 1% | 0.74% | - |
| HSV(B) | 201.49º | 0.53% | 1% | - |
| XYZ | 48.25 | 55.91 | 102.86 | - |
| YUV | 186.76 | 166.51 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 207 | 255 | 0.53 | 0.19 | 0 | 0 | 201.49 | 1 | 0.74 |
| Hex | 79 | CF | FF | 35 | 13 | 0 | 0 | C9 | 64 | 4A |
| Octal | 171 | 317 | 377 | 65 | 23 | 0 | 0 | 311 | 144 | 112 |
| Binary | 1111001 | 11001111 | 11111111 | 110101 | 10011 | 0 | 0 | 11001001 | 1100100 | 1001010 |
Color Harmonies of #79CFFF
Complementary color
Monochromatic Colors of #79CFFF
Black with #79CFFF
Text Example
Text Example
White with #79CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79CFFF; }
p { color: rgb(121,207,255); }
H1.HeaderClassName
{
color: #79CFFF;
}
.AnyTagClassName
{
color: #79CFFF;
}
</style>
background-color css
<style>
a { background-color: #79CFFF; }
a { background-color: rgb(121,207,255); }
div.DivClassName
{
background-color: #79CFFF;
}
.BgClassName
{
background-color: #79CFFF;
}
</style>
border-color css
<style>
span { border-color: #79CFFF; }
span { border-color: rgb(121,207,255); }
td.TdClassName
{
border-color: #79CFFF;
}
.TagClassName
{
border-color: #79CFFF;
}
</style>