Shades of Baby Blue #4CECFA
Tints of Baby Blue #4CECFA
RGB
CMYK
RGB Variations
Color information
#4CECFA (or 0x4CECFA) is known color: Baby Blue. HEX triplet: 4C, EC and FA. RGB value is (76,236,250). Sum of RGB (Red+Green+Blue) = 76+236+250=562 (74% of max value = 765). Red value is 76 (30.08% from 255 or 13.52% from 562); Green value is 236 (92.58% from 255 or 41.99% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #4CECFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CECFA is #B31305. Grayscale: #BDBDBD. Windows color (decimal): -11735814 or 16444492. OLE color: 16444492.
HSL color Cylindrical-coordinate representation of color #4CECFA: hue angle of 184.83º degrees, saturation: 0.95, 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 #4CECFA is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 236 | 250 | - |
| CMYK | 0.70 | 0.06 | 0 | 0.02 |
| HSL | 184.83º | 0.95% | 0.64% | - |
| HSV(B) | 184.83º | 0.7% | 0.98% | - |
| XYZ | 50.23 | 68.43 | 101 | - |
| YUV | 189.76 | 161.99 | 46.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 236 | 250 | 0.70 | 0.06 | 0 | 0.02 | 184.83 | 0.95 | 0.64 |
| Hex | 4C | EC | FA | 46 | 6 | 0 | 2 | B9 | 5F | 40 |
| Octal | 114 | 354 | 372 | 106 | 6 | 0 | 2 | 271 | 137 | 100 |
| Binary | 1001100 | 11101100 | 11111010 | 1000110 | 110 | 0 | 10 | 10111001 | 1011111 | 1000000 |
Color Harmonies of #4CECFA
Complementary color
Monochromatic Colors of #4CECFA
Black with #4CECFA
Text Example
Text Example
White with #4CECFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CECFA; }
p { color: rgb(76,236,250); }
H1.HeaderClassName
{
color: #4CECFA;
}
.AnyTagClassName
{
color: #4CECFA;
}
</style>
background-color css
<style>
a { background-color: #4CECFA; }
a { background-color: rgb(76,236,250); }
div.DivClassName
{
background-color: #4CECFA;
}
.BgClassName
{
background-color: #4CECFA;
}
</style>
border-color css
<style>
span { border-color: #4CECFA; }
span { border-color: rgb(76,236,250); }
td.TdClassName
{
border-color: #4CECFA;
}
.TagClassName
{
border-color: #4CECFA;
}
</style>