Shades of Baby Blue #4FFCF1
Tints of Baby Blue #4FFCF1
RGB
CMYK
RGB Variations
Color information
#4FFCF1 (or 0x4FFCF1) is known color: Baby Blue. HEX triplet: 4F, FC and F1. RGB value is (79,252,241). Sum of RGB (Red+Green+Blue) = 79+252+241=572 (75% of max value = 765). Red value is 79 (31.25% from 255 or 13.81% from 572); Green value is 252 (98.83% from 255 or 44.06% from 572); Blue value is 241 (94.53% from 255 or 42.13% from 572); Max value from RGB is 252 - color contains mainly: green. Hex color #4FFCF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFCF1 is #B0030E. Grayscale: #C6C6C6. Windows color (decimal): -11535119 or 15858767. OLE color: 15858767.
HSL color Cylindrical-coordinate representation of color #4FFCF1: hue angle of 176.18º degrees, saturation: 0.97, 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 #4FFCF1 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 252 | 241 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.01 |
| HSL | 176.19º | 0.97% | 0.65% | - |
| HSV(B) | 176.19º | 0.69% | 0.99% | - |
| XYZ | 53.91 | 77.63 | 95.36 | - |
| YUV | 199.02 | 151.69 | 42.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 252 | 241 | 0.69 | 0 | 0.04 | 0.01 | 176.19 | 0.97 | 0.65 |
| Hex | 4F | FC | F1 | 45 | 0 | 4 | 1 | B0 | 61 | 41 |
| Octal | 117 | 374 | 361 | 105 | 0 | 4 | 1 | 260 | 141 | 101 |
| Binary | 1001111 | 11111100 | 11110001 | 1000101 | 0 | 100 | 1 | 10110000 | 1100001 | 1000001 |
Color Harmonies of #4FFCF1
Complementary color
Monochromatic Colors of #4FFCF1
Black with #4FFCF1
Text Example
Text Example
White with #4FFCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFCF1; }
p { color: rgb(79,252,241); }
H1.HeaderClassName
{
color: #4FFCF1;
}
.AnyTagClassName
{
color: #4FFCF1;
}
</style>
background-color css
<style>
a { background-color: #4FFCF1; }
a { background-color: rgb(79,252,241); }
div.DivClassName
{
background-color: #4FFCF1;
}
.BgClassName
{
background-color: #4FFCF1;
}
</style>
border-color css
<style>
span { border-color: #4FFCF1; }
span { border-color: rgb(79,252,241); }
td.TdClassName
{
border-color: #4FFCF1;
}
.TagClassName
{
border-color: #4FFCF1;
}
</style>