Shades of Baby Blue #4CFBF1
Tints of Baby Blue #4CFBF1
RGB
CMYK
RGB Variations
Color information
#4CFBF1 (or 0x4CFBF1) is known color: Baby Blue. HEX triplet: 4C, FB and F1. RGB value is (76,251,241). Sum of RGB (Red+Green+Blue) = 76+251+241=568 (75% of max value = 765). Red value is 76 (30.08% from 255 or 13.38% from 568); Green value is 251 (98.44% from 255 or 44.19% from 568); Blue value is 241 (94.53% from 255 or 42.43% from 568); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFBF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CFBF1 is #B3040E. Grayscale: #C5C5C5. Windows color (decimal): -11731983 or 15858508. OLE color: 15858508.
HSL color Cylindrical-coordinate representation of color #4CFBF1: hue angle of 176.57º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFBF1 is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 251 | 241 | - |
| CMYK | 0.70 | 0 | 0.04 | 0.02 |
| HSL | 176.57º | 0.96% | 0.64% | - |
| HSV(B) | 176.57º | 0.7% | 0.98% | - |
| XYZ | 53.35 | 76.88 | 95.25 | - |
| YUV | 197.54 | 152.52 | 41.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 251 | 241 | 0.70 | 0 | 0.04 | 0.02 | 176.57 | 0.96 | 0.64 |
| Hex | 4C | FB | F1 | 46 | 0 | 4 | 2 | B1 | 60 | 40 |
| Octal | 114 | 373 | 361 | 106 | 0 | 4 | 2 | 261 | 140 | 100 |
| Binary | 1001100 | 11111011 | 11110001 | 1000110 | 0 | 100 | 10 | 10110001 | 1100000 | 1000000 |
Color Harmonies of #4CFBF1
Complementary color
Monochromatic Colors of #4CFBF1
Black with #4CFBF1
Text Example
Text Example
White with #4CFBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFBF1; }
p { color: rgb(76,251,241); }
H1.HeaderClassName
{
color: #4CFBF1;
}
.AnyTagClassName
{
color: #4CFBF1;
}
</style>
background-color css
<style>
a { background-color: #4CFBF1; }
a { background-color: rgb(76,251,241); }
div.DivClassName
{
background-color: #4CFBF1;
}
.BgClassName
{
background-color: #4CFBF1;
}
</style>
border-color css
<style>
span { border-color: #4CFBF1; }
span { border-color: rgb(76,251,241); }
td.TdClassName
{
border-color: #4CFBF1;
}
.TagClassName
{
border-color: #4CFBF1;
}
</style>