Shades of Baby Blue #4CFCFA
Tints of Baby Blue #4CFCFA
RGB
CMYK
RGB Variations
Color information
#4CFCFA (or 0x4CFCFA) is known color: Baby Blue. HEX triplet: 4C, FC and FA. RGB value is (76,252,250). Sum of RGB (Red+Green+Blue) = 76+252+250=578 (76% of max value = 765). Red value is 76 (30.08% from 255 or 13.15% from 578); Green value is 252 (98.83% from 255 or 43.60% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 252 - color contains mainly: green. Hex color #4CFCFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CFCFA is #B30305. Grayscale: #C6C6C6. Windows color (decimal): -11731718 or 16448588. OLE color: 16448588.
HSL color Cylindrical-coordinate representation of color #4CFCFA: hue angle of 179.32º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFCFA is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 252 | 250 | - |
| CMYK | 0.70 | 0 | 0.01 | 0.01 |
| HSL | 179.32º | 0.97% | 0.64% | - |
| HSV(B) | 179.32º | 0.7% | 0.99% | - |
| XYZ | 55.05 | 78.06 | 102.61 | - |
| YUV | 199.15 | 156.69 | 40.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 252 | 250 | 0.70 | 0 | 0.01 | 0.01 | 179.32 | 0.97 | 0.64 |
| Hex | 4C | FC | FA | 46 | 0 | 1 | 1 | B3 | 61 | 40 |
| Octal | 114 | 374 | 372 | 106 | 0 | 1 | 1 | 263 | 141 | 100 |
| Binary | 1001100 | 11111100 | 11111010 | 1000110 | 0 | 1 | 1 | 10110011 | 1100001 | 1000000 |
Color Harmonies of #4CFCFA
Complementary color
Monochromatic Colors of #4CFCFA
Black with #4CFCFA
Text Example
Text Example
White with #4CFCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFCFA; }
p { color: rgb(76,252,250); }
H1.HeaderClassName
{
color: #4CFCFA;
}
.AnyTagClassName
{
color: #4CFCFA;
}
</style>
background-color css
<style>
a { background-color: #4CFCFA; }
a { background-color: rgb(76,252,250); }
div.DivClassName
{
background-color: #4CFCFA;
}
.BgClassName
{
background-color: #4CFCFA;
}
</style>
border-color css
<style>
span { border-color: #4CFCFA; }
span { border-color: rgb(76,252,250); }
td.TdClassName
{
border-color: #4CFCFA;
}
.TagClassName
{
border-color: #4CFCFA;
}
</style>