Shades of Baby Blue #79FFED
Tints of Baby Blue #79FFED
RGB
CMYK
RGB Variations
Color information
#79FFED (or 0x79FFED) is known color: Baby Blue. HEX triplet: 79, FF and ED. RGB value is (121,255,237). Sum of RGB (Red+Green+Blue) = 121+255+237=613 (81% of max value = 765). Red value is 121 (47.66% from 255 or 19.74% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #79FFED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79FFED is #860012. Grayscale: #D4D4D4. Windows color (decimal): -8781843 or 15597433. OLE color: 15597433.
HSL color Cylindrical-coordinate representation of color #79FFED: hue angle of 171.94º 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 #79FFED is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 255 | 237 | - |
| CMYK | 0.53 | 0 | 0.07 | 0 |
| HSL | 171.94º | 1% | 0.74% | - |
| HSV(B) | 171.94º | 0.53% | 1% | - |
| XYZ | 58.93 | 81.7 | 92.78 | - |
| YUV | 212.88 | 141.61 | 62.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 255 | 237 | 0.53 | 0 | 0.07 | 0 | 171.94 | 1 | 0.74 |
| Hex | 79 | FF | ED | 35 | 0 | 7 | 0 | AC | 64 | 4A |
| Octal | 171 | 377 | 355 | 65 | 0 | 7 | 0 | 254 | 144 | 112 |
| Binary | 1111001 | 11111111 | 11101101 | 110101 | 0 | 111 | 0 | 10101100 | 1100100 | 1001010 |
Color Harmonies of #79FFED
Complementary color
Monochromatic Colors of #79FFED
Black with #79FFED
Text Example
Text Example
White with #79FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79FFED; }
p { color: rgb(121,255,237); }
H1.HeaderClassName
{
color: #79FFED;
}
.AnyTagClassName
{
color: #79FFED;
}
</style>
background-color css
<style>
a { background-color: #79FFED; }
a { background-color: rgb(121,255,237); }
div.DivClassName
{
background-color: #79FFED;
}
.BgClassName
{
background-color: #79FFED;
}
</style>
border-color css
<style>
span { border-color: #79FFED; }
span { border-color: rgb(121,255,237); }
td.TdClassName
{
border-color: #79FFED;
}
.TagClassName
{
border-color: #79FFED;
}
</style>