Shades of Baby Blue #4CFDF3
Tints of Baby Blue #4CFDF3
RGB
CMYK
RGB Variations
Color information
#4CFDF3 (or 0x4CFDF3) is known color: Baby Blue. HEX triplet: 4C, FD and F3. RGB value is (76,253,243). Sum of RGB (Red+Green+Blue) = 76+253+243=572 (75% of max value = 765). Red value is 76 (30.08% from 255 or 13.29% from 572); Green value is 253 (99.22% from 255 or 44.23% from 572); Blue value is 243 (95.31% from 255 or 42.48% from 572); Max value from RGB is 253 - color contains mainly: green. Hex color #4CFDF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CFDF3 is #B3020C. Grayscale: #C6C6C6. Windows color (decimal): -11731469 or 15990092. OLE color: 15990092.
HSL color Cylindrical-coordinate representation of color #4CFDF3: hue angle of 176.61º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFDF3 is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 253 | 243 | - |
| CMYK | 0.70 | 0 | 0.04 | 0.01 |
| HSL | 176.61º | 0.98% | 0.65% | - |
| HSV(B) | 176.61º | 0.7% | 0.99% | - |
| XYZ | 54.28 | 78.26 | 97.04 | - |
| YUV | 198.94 | 152.86 | 40.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 253 | 243 | 0.70 | 0 | 0.04 | 0.01 | 176.61 | 0.98 | 0.65 |
| Hex | 4C | FD | F3 | 46 | 0 | 4 | 1 | B1 | 62 | 41 |
| Octal | 114 | 375 | 363 | 106 | 0 | 4 | 1 | 261 | 142 | 101 |
| Binary | 1001100 | 11111101 | 11110011 | 1000110 | 0 | 100 | 1 | 10110001 | 1100010 | 1000001 |
Color Harmonies of #4CFDF3
Complementary color
Monochromatic Colors of #4CFDF3
Black with #4CFDF3
Text Example
Text Example
White with #4CFDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFDF3; }
p { color: rgb(76,253,243); }
H1.HeaderClassName
{
color: #4CFDF3;
}
.AnyTagClassName
{
color: #4CFDF3;
}
</style>
background-color css
<style>
a { background-color: #4CFDF3; }
a { background-color: rgb(76,253,243); }
div.DivClassName
{
background-color: #4CFDF3;
}
.BgClassName
{
background-color: #4CFDF3;
}
</style>
border-color css
<style>
span { border-color: #4CFDF3; }
span { border-color: rgb(76,253,243); }
td.TdClassName
{
border-color: #4CFDF3;
}
.TagClassName
{
border-color: #4CFDF3;
}
</style>