Shades of Baby Blue #4FFEF1
Tints of Baby Blue #4FFEF1
RGB
CMYK
RGB Variations
Color information
#4FFEF1 (or 0x4FFEF1) is known color: Baby Blue. HEX triplet: 4F, FE and F1. RGB value is (79,254,241). Sum of RGB (Red+Green+Blue) = 79+254+241=574 (76% of max value = 765). Red value is 79 (31.25% from 255 or 13.76% from 574); Green value is 254 (99.61% from 255 or 44.25% from 574); Blue value is 241 (94.53% from 255 or 41.99% from 574); Max value from RGB is 254 - color contains mainly: green. Hex color #4FFEF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFEF1 is #B0010E. Grayscale: #C8C8C8. Windows color (decimal): -11534607 or 15859279. OLE color: 15859279.
HSL color Cylindrical-coordinate representation of color #4FFEF1: hue angle of 175.54º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFEF1 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 254 | 241 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.00 |
| HSL | 175.54º | 0.99% | 0.65% | - |
| HSV(B) | 175.54º | 0.69% | 1% | - |
| XYZ | 54.54 | 78.9 | 95.57 | - |
| YUV | 200.19 | 151.02 | 41.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 254 | 241 | 0.69 | 0 | 0.05 | 0.00 | 175.54 | 0.99 | 0.65 |
| Hex | 4F | FE | F1 | 45 | 0 | 5 | 0 | B0 | 63 | 41 |
| Octal | 117 | 376 | 361 | 105 | 0 | 5 | 0 | 260 | 143 | 101 |
| Binary | 1001111 | 11111110 | 11110001 | 1000101 | 0 | 101 | 0 | 10110000 | 1100011 | 1000001 |
Color Harmonies of #4FFEF1
Complementary color
Monochromatic Colors of #4FFEF1
Black with #4FFEF1
Text Example
Text Example
White with #4FFEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFEF1; }
p { color: rgb(79,254,241); }
H1.HeaderClassName
{
color: #4FFEF1;
}
.AnyTagClassName
{
color: #4FFEF1;
}
</style>
background-color css
<style>
a { background-color: #4FFEF1; }
a { background-color: rgb(79,254,241); }
div.DivClassName
{
background-color: #4FFEF1;
}
.BgClassName
{
background-color: #4FFEF1;
}
</style>
border-color css
<style>
span { border-color: #4FFEF1; }
span { border-color: rgb(79,254,241); }
td.TdClassName
{
border-color: #4FFEF1;
}
.TagClassName
{
border-color: #4FFEF1;
}
</style>