Shades of Baby Blue #4AECFB
Tints of Baby Blue #4AECFB
RGB
CMYK
RGB Variations
Color information
#4AECFB (or 0x4AECFB) is known color: Baby Blue. HEX triplet: 4A, EC and FB. RGB value is (74,236,251). Sum of RGB (Red+Green+Blue) = 74+236+251=561 (74% of max value = 765). Red value is 74 (29.30% from 255 or 13.19% from 561); Green value is 236 (92.58% from 255 or 42.07% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #4AECFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AECFB is #B51304. Grayscale: #BDBDBD. Windows color (decimal): -11866885 or 16510026. OLE color: 16510026.
HSL color Cylindrical-coordinate representation of color #4AECFB: hue angle of 185.08º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AECFB is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 236 | 251 | - |
| CMYK | 0.71 | 0.06 | 0 | 0.02 |
| HSL | 185.08º | 0.96% | 0.64% | - |
| HSV(B) | 185.08º | 0.71% | 0.98% | - |
| XYZ | 50.23 | 68.41 | 101.82 | - |
| YUV | 189.27 | 162.83 | 45.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 236 | 251 | 0.71 | 0.06 | 0 | 0.02 | 185.08 | 0.96 | 0.64 |
| Hex | 4A | EC | FB | 47 | 6 | 0 | 2 | B9 | 60 | 40 |
| Octal | 112 | 354 | 373 | 107 | 6 | 0 | 2 | 271 | 140 | 100 |
| Binary | 1001010 | 11101100 | 11111011 | 1000111 | 110 | 0 | 10 | 10111001 | 1100000 | 1000000 |
Color Harmonies of #4AECFB
Complementary color
Monochromatic Colors of #4AECFB
Black with #4AECFB
Text Example
Text Example
White with #4AECFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AECFB; }
p { color: rgb(74,236,251); }
H1.HeaderClassName
{
color: #4AECFB;
}
.AnyTagClassName
{
color: #4AECFB;
}
</style>
background-color css
<style>
a { background-color: #4AECFB; }
a { background-color: rgb(74,236,251); }
div.DivClassName
{
background-color: #4AECFB;
}
.BgClassName
{
background-color: #4AECFB;
}
</style>
border-color css
<style>
span { border-color: #4AECFB; }
span { border-color: rgb(74,236,251); }
td.TdClassName
{
border-color: #4AECFB;
}
.TagClassName
{
border-color: #4AECFB;
}
</style>