Shades of Baby Blue #79FDEF
Tints of Baby Blue #79FDEF
RGB
CMYK
RGB Variations
Color information
#79FDEF (or 0x79FDEF) is known color: Baby Blue. HEX triplet: 79, FD and EF. RGB value is (121,253,239). Sum of RGB (Red+Green+Blue) = 121+253+239=613 (81% of max value = 765). Red value is 121 (47.66% from 255 or 19.74% from 613); Green value is 253 (99.22% from 255 or 41.27% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 253 - color contains mainly: green. Hex color #79FDEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79FDEF is #860210. Grayscale: #D3D3D3. Windows color (decimal): -8782353 or 15727993. OLE color: 15727993.
HSL color Cylindrical-coordinate representation of color #79FDEF: hue angle of 173.64º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #79FDEF is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 121 | 253 | 239 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.01 |
| HSL | 173.64º | 0.97% | 0.73% | - |
| HSV(B) | 173.64º | 0.52% | 0.99% | - |
| XYZ | 58.59 | 80.55 | 94.12 | - |
| YUV | 211.94 | 143.27 | 63.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 253 | 239 | 0.52 | 0 | 0.06 | 0.01 | 173.64 | 0.97 | 0.73 |
| Hex | 79 | FD | EF | 34 | 0 | 6 | 1 | AE | 61 | 49 |
| Octal | 171 | 375 | 357 | 64 | 0 | 6 | 1 | 256 | 141 | 111 |
| Binary | 1111001 | 11111101 | 11101111 | 110100 | 0 | 110 | 1 | 10101110 | 1100001 | 1001001 |
Color Harmonies of #79FDEF
Complementary color
Monochromatic Colors of #79FDEF
Black with #79FDEF
Text Example
Text Example
White with #79FDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79FDEF; }
p { color: rgb(121,253,239); }
H1.HeaderClassName
{
color: #79FDEF;
}
.AnyTagClassName
{
color: #79FDEF;
}
</style>
background-color css
<style>
a { background-color: #79FDEF; }
a { background-color: rgb(121,253,239); }
div.DivClassName
{
background-color: #79FDEF;
}
.BgClassName
{
background-color: #79FDEF;
}
</style>
border-color css
<style>
span { border-color: #79FDEF; }
span { border-color: rgb(121,253,239); }
td.TdClassName
{
border-color: #79FDEF;
}
.TagClassName
{
border-color: #79FDEF;
}
</style>