Shades of Sky Blue #79CAF1
Tints of Sky Blue #79CAF1
RGB
CMYK
RGB Variations
Color information
#79CAF1 (or 0x79CAF1) is known color: Sky Blue. HEX triplet: 79, CA and F1. RGB value is (121,202,241). Sum of RGB (Red+Green+Blue) = 121+202+241=564 (74% of max value = 765). Red value is 121 (47.66% from 255 or 21.45% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #79CAF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79CAF1 is #86350E. Grayscale: #B5B5B5. Windows color (decimal): -8795407 or 15846009. OLE color: 15846009.
HSL color Cylindrical-coordinate representation of color #79CAF1: hue angle of 199.5º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #79CAF1 is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 121 | 202 | 241 | - |
| CMYK | 0.50 | 0.16 | 0 | 0.05 |
| HSL | 199.5º | 0.81% | 0.71% | - |
| HSV(B) | 199.5º | 0.5% | 0.95% | - |
| XYZ | 44.88 | 52.66 | 91.02 | - |
| YUV | 182.23 | 161.16 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 202 | 241 | 0.50 | 0.16 | 0 | 0.05 | 199.5 | 0.81 | 0.71 |
| Hex | 79 | CA | F1 | 32 | 10 | 0 | 5 | C8 | 51 | 47 |
| Octal | 171 | 312 | 361 | 62 | 20 | 0 | 5 | 310 | 121 | 107 |
| Binary | 1111001 | 11001010 | 11110001 | 110010 | 10000 | 0 | 101 | 11001000 | 1010001 | 1000111 |
Color Harmonies of #79CAF1
Complementary color
Monochromatic Colors of #79CAF1
Black with #79CAF1
Text Example
Text Example
White with #79CAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79CAF1; }
p { color: rgb(121,202,241); }
H1.HeaderClassName
{
color: #79CAF1;
}
.AnyTagClassName
{
color: #79CAF1;
}
</style>
background-color css
<style>
a { background-color: #79CAF1; }
a { background-color: rgb(121,202,241); }
div.DivClassName
{
background-color: #79CAF1;
}
.BgClassName
{
background-color: #79CAF1;
}
</style>
border-color css
<style>
span { border-color: #79CAF1; }
span { border-color: rgb(121,202,241); }
td.TdClassName
{
border-color: #79CAF1;
}
.TagClassName
{
border-color: #79CAF1;
}
</style>