Shades of Baby Blue #79FEF1
Tints of Baby Blue #79FEF1
RGB
CMYK
RGB Variations
Color information
#79FEF1 (or 0x79FEF1) is known color: Baby Blue. HEX triplet: 79, FE and F1. RGB value is (121,254,241). Sum of RGB (Red+Green+Blue) = 121+254+241=616 (81% of max value = 765). Red value is 121 (47.66% from 255 or 19.64% from 616); Green value is 254 (99.61% from 255 or 41.23% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 254 - color contains mainly: green. Hex color #79FEF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79FEF1 is #86010E. Grayscale: #D4D4D4. Windows color (decimal): -8782095 or 15859321. OLE color: 15859321.
HSL color Cylindrical-coordinate representation of color #79FEF1: hue angle of 174.14º 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 #79FEF1 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 121 | 254 | 241 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.00 |
| HSL | 174.14º | 0.99% | 0.74% | - |
| HSV(B) | 174.14º | 0.52% | 1% | - |
| XYZ | 59.2 | 81.3 | 95.79 | - |
| YUV | 212.75 | 143.94 | 62.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 254 | 241 | 0.52 | 0 | 0.05 | 0.00 | 174.14 | 0.99 | 0.74 |
| Hex | 79 | FE | F1 | 34 | 0 | 5 | 0 | AE | 63 | 4A |
| Octal | 171 | 376 | 361 | 64 | 0 | 5 | 0 | 256 | 143 | 112 |
| Binary | 1111001 | 11111110 | 11110001 | 110100 | 0 | 101 | 0 | 10101110 | 1100011 | 1001010 |
Color Harmonies of #79FEF1
Complementary color
Monochromatic Colors of #79FEF1
Black with #79FEF1
Text Example
Text Example
White with #79FEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79FEF1; }
p { color: rgb(121,254,241); }
H1.HeaderClassName
{
color: #79FEF1;
}
.AnyTagClassName
{
color: #79FEF1;
}
</style>
background-color css
<style>
a { background-color: #79FEF1; }
a { background-color: rgb(121,254,241); }
div.DivClassName
{
background-color: #79FEF1;
}
.BgClassName
{
background-color: #79FEF1;
}
</style>
border-color css
<style>
span { border-color: #79FEF1; }
span { border-color: rgb(121,254,241); }
td.TdClassName
{
border-color: #79FEF1;
}
.TagClassName
{
border-color: #79FEF1;
}
</style>