Shades of Baby Blue #4FFDF1
Tints of Baby Blue #4FFDF1
RGB
CMYK
RGB Variations
Color information
#4FFDF1 (or 0x4FFDF1) is known color: Baby Blue. HEX triplet: 4F, FD and F1. RGB value is (79,253,241). Sum of RGB (Red+Green+Blue) = 79+253+241=573 (75% of max value = 765). Red value is 79 (31.25% from 255 or 13.79% from 573); Green value is 253 (99.22% from 255 or 44.15% from 573); Blue value is 241 (94.53% from 255 or 42.06% from 573); Max value from RGB is 253 - color contains mainly: green. Hex color #4FFDF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFDF1 is #B0020E. Grayscale: #C7C7C7. Windows color (decimal): -11534863 or 15859023. OLE color: 15859023.
HSL color Cylindrical-coordinate representation of color #4FFDF1: hue angle of 175.86º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFDF1 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 253 | 241 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.01 |
| HSL | 175.86º | 0.98% | 0.65% | - |
| HSV(B) | 175.86º | 0.69% | 0.99% | - |
| XYZ | 54.23 | 78.26 | 95.47 | - |
| YUV | 199.61 | 151.35 | 41.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 253 | 241 | 0.69 | 0 | 0.05 | 0.01 | 175.86 | 0.98 | 0.65 |
| Hex | 4F | FD | F1 | 45 | 0 | 5 | 1 | B0 | 62 | 41 |
| Octal | 117 | 375 | 361 | 105 | 0 | 5 | 1 | 260 | 142 | 101 |
| Binary | 1001111 | 11111101 | 11110001 | 1000101 | 0 | 101 | 1 | 10110000 | 1100010 | 1000001 |
Color Harmonies of #4FFDF1
Complementary color
Monochromatic Colors of #4FFDF1
Black with #4FFDF1
Text Example
Text Example
White with #4FFDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFDF1; }
p { color: rgb(79,253,241); }
H1.HeaderClassName
{
color: #4FFDF1;
}
.AnyTagClassName
{
color: #4FFDF1;
}
</style>
background-color css
<style>
a { background-color: #4FFDF1; }
a { background-color: rgb(79,253,241); }
div.DivClassName
{
background-color: #4FFDF1;
}
.BgClassName
{
background-color: #4FFDF1;
}
</style>
border-color css
<style>
span { border-color: #4FFDF1; }
span { border-color: rgb(79,253,241); }
td.TdClassName
{
border-color: #4FFDF1;
}
.TagClassName
{
border-color: #4FFDF1;
}
</style>