Shades of Baby Blue #4BECFC
Tints of Baby Blue #4BECFC
RGB
CMYK
RGB Variations
Color information
#4BECFC (or 0x4BECFC) is known color: Baby Blue. HEX triplet: 4B, EC and FC. RGB value is (75,236,252). Sum of RGB (Red+Green+Blue) = 75+236+252=563 (74% of max value = 765). Red value is 75 (29.69% from 255 or 13.32% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #4BECFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BECFC is #B41303. Grayscale: #BDBDBD. Windows color (decimal): -11801348 or 16575563. OLE color: 16575563.
HSL color Cylindrical-coordinate representation of color #4BECFC: hue angle of 185.42º 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 #4BECFC is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 236 | 252 | - |
| CMYK | 0.70 | 0.06 | 0 | 0.01 |
| HSL | 185.42º | 0.97% | 0.64% | - |
| HSV(B) | 185.42º | 0.7% | 0.99% | - |
| XYZ | 50.47 | 68.52 | 102.66 | - |
| YUV | 189.69 | 163.16 | 46.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 236 | 252 | 0.70 | 0.06 | 0 | 0.01 | 185.42 | 0.97 | 0.64 |
| Hex | 4B | EC | FC | 46 | 6 | 0 | 1 | B9 | 61 | 40 |
| Octal | 113 | 354 | 374 | 106 | 6 | 0 | 1 | 271 | 141 | 100 |
| Binary | 1001011 | 11101100 | 11111100 | 1000110 | 110 | 0 | 1 | 10111001 | 1100001 | 1000000 |
Color Harmonies of #4BECFC
Complementary color
Monochromatic Colors of #4BECFC
Black with #4BECFC
Text Example
Text Example
White with #4BECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BECFC; }
p { color: rgb(75,236,252); }
H1.HeaderClassName
{
color: #4BECFC;
}
.AnyTagClassName
{
color: #4BECFC;
}
</style>
background-color css
<style>
a { background-color: #4BECFC; }
a { background-color: rgb(75,236,252); }
div.DivClassName
{
background-color: #4BECFC;
}
.BgClassName
{
background-color: #4BECFC;
}
</style>
border-color css
<style>
span { border-color: #4BECFC; }
span { border-color: rgb(75,236,252); }
td.TdClassName
{
border-color: #4BECFC;
}
.TagClassName
{
border-color: #4BECFC;
}
</style>