Shades of Baby Blue #4AECFD
Tints of Baby Blue #4AECFD
RGB
CMYK
RGB Variations
Color information
#4AECFD (or 0x4AECFD) is known color: Baby Blue. HEX triplet: 4A, EC and FD. RGB value is (74,236,253). Sum of RGB (Red+Green+Blue) = 74+236+253=563 (74% of max value = 765). Red value is 74 (29.30% from 255 or 13.14% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #4AECFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AECFD is #B51302. Grayscale: #BDBDBD. Windows color (decimal): -11866883 or 16641098. OLE color: 16641098.
HSL color Cylindrical-coordinate representation of color #4AECFD: hue angle of 185.7º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AECFD is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 236 | 253 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.01 |
| HSL | 185.7º | 0.98% | 0.64% | - |
| HSV(B) | 185.7º | 0.71% | 0.99% | - |
| XYZ | 50.55 | 68.54 | 103.49 | - |
| YUV | 189.5 | 163.83 | 45.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 236 | 253 | 0.71 | 0.07 | 0 | 0.01 | 185.7 | 0.98 | 0.64 |
| Hex | 4A | EC | FD | 47 | 7 | 0 | 1 | BA | 62 | 40 |
| Octal | 112 | 354 | 375 | 107 | 7 | 0 | 1 | 272 | 142 | 100 |
| Binary | 1001010 | 11101100 | 11111101 | 1000111 | 111 | 0 | 1 | 10111010 | 1100010 | 1000000 |
Color Harmonies of #4AECFD
Complementary color
Monochromatic Colors of #4AECFD
Black with #4AECFD
Text Example
Text Example
White with #4AECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AECFD; }
p { color: rgb(74,236,253); }
H1.HeaderClassName
{
color: #4AECFD;
}
.AnyTagClassName
{
color: #4AECFD;
}
</style>
background-color css
<style>
a { background-color: #4AECFD; }
a { background-color: rgb(74,236,253); }
div.DivClassName
{
background-color: #4AECFD;
}
.BgClassName
{
background-color: #4AECFD;
}
</style>
border-color css
<style>
span { border-color: #4AECFD; }
span { border-color: rgb(74,236,253); }
td.TdClassName
{
border-color: #4AECFD;
}
.TagClassName
{
border-color: #4AECFD;
}
</style>