Shades of Baby Blue #79FEED
Tints of Baby Blue #79FEED
RGB
CMYK
RGB Variations
Color information
#79FEED (or 0x79FEED) is known color: Baby Blue. HEX triplet: 79, FE and ED. RGB value is (121,254,237). Sum of RGB (Red+Green+Blue) = 121+254+237=612 (81% of max value = 765). Red value is 121 (47.66% from 255 or 19.77% from 612); Green value is 254 (99.61% from 255 or 41.50% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 254 - color contains mainly: green. Hex color #79FEED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79FEED is #860112. Grayscale: #D4D4D4. Windows color (decimal): -8782099 or 15597177. OLE color: 15597177.
HSL color Cylindrical-coordinate representation of color #79FEED: hue angle of 172.33º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #79FEED is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 121 | 254 | 237 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.00 |
| HSL | 172.33º | 0.99% | 0.74% | - |
| HSV(B) | 172.33º | 0.52% | 1% | - |
| XYZ | 58.61 | 81.06 | 92.68 | - |
| YUV | 212.3 | 141.94 | 62.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 254 | 237 | 0.52 | 0 | 0.07 | 0.00 | 172.33 | 0.99 | 0.74 |
| Hex | 79 | FE | ED | 34 | 0 | 7 | 0 | AC | 63 | 4A |
| Octal | 171 | 376 | 355 | 64 | 0 | 7 | 0 | 254 | 143 | 112 |
| Binary | 1111001 | 11111110 | 11101101 | 110100 | 0 | 111 | 0 | 10101100 | 1100011 | 1001010 |
Color Harmonies of #79FEED
Complementary color
Monochromatic Colors of #79FEED
Black with #79FEED
Text Example
Text Example
White with #79FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79FEED; }
p { color: rgb(121,254,237); }
H1.HeaderClassName
{
color: #79FEED;
}
.AnyTagClassName
{
color: #79FEED;
}
</style>
background-color css
<style>
a { background-color: #79FEED; }
a { background-color: rgb(121,254,237); }
div.DivClassName
{
background-color: #79FEED;
}
.BgClassName
{
background-color: #79FEED;
}
</style>
border-color css
<style>
span { border-color: #79FEED; }
span { border-color: rgb(121,254,237); }
td.TdClassName
{
border-color: #79FEED;
}
.TagClassName
{
border-color: #79FEED;
}
</style>