Shades of Baby Blue #4CFBF0
Tints of Baby Blue #4CFBF0
RGB
CMYK
RGB Variations
Color information
#4CFBF0 (or 0x4CFBF0) is known color: Baby Blue. HEX triplet: 4C, FB and F0. RGB value is (76,251,240). Sum of RGB (Red+Green+Blue) = 76+251+240=567 (75% of max value = 765). Red value is 76 (30.08% from 255 or 13.40% from 567); Green value is 251 (98.44% from 255 or 44.27% from 567); Blue value is 240 (94.14% from 255 or 42.33% from 567); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFBF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CFBF0 is #B3040F. Grayscale: #C5C5C5. Windows color (decimal): -11731984 or 15792972. OLE color: 15792972.
HSL color Cylindrical-coordinate representation of color #4CFBF0: hue angle of 176.23º 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 #4CFBF0 is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 251 | 240 | - |
| CMYK | 0.70 | 0 | 0.04 | 0.02 |
| HSL | 176.23º | 0.96% | 0.64% | - |
| HSV(B) | 176.23º | 0.7% | 0.98% | - |
| XYZ | 53.21 | 76.82 | 94.46 | - |
| YUV | 197.42 | 152.02 | 41.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 251 | 240 | 0.70 | 0 | 0.04 | 0.02 | 176.23 | 0.96 | 0.64 |
| Hex | 4C | FB | F0 | 46 | 0 | 4 | 2 | B0 | 60 | 40 |
| Octal | 114 | 373 | 360 | 106 | 0 | 4 | 2 | 260 | 140 | 100 |
| Binary | 1001100 | 11111011 | 11110000 | 1000110 | 0 | 100 | 10 | 10110000 | 1100000 | 1000000 |
Color Harmonies of #4CFBF0
Complementary color
Monochromatic Colors of #4CFBF0
Black with #4CFBF0
Text Example
Text Example
White with #4CFBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFBF0; }
p { color: rgb(76,251,240); }
H1.HeaderClassName
{
color: #4CFBF0;
}
.AnyTagClassName
{
color: #4CFBF0;
}
</style>
background-color css
<style>
a { background-color: #4CFBF0; }
a { background-color: rgb(76,251,240); }
div.DivClassName
{
background-color: #4CFBF0;
}
.BgClassName
{
background-color: #4CFBF0;
}
</style>
border-color css
<style>
span { border-color: #4CFBF0; }
span { border-color: rgb(76,251,240); }
td.TdClassName
{
border-color: #4CFBF0;
}
.TagClassName
{
border-color: #4CFBF0;
}
</style>