Shades of Baby Blue #4AEAFD
Tints of Baby Blue #4AEAFD
RGB
CMYK
RGB Variations
Color information
#4AEAFD (or 0x4AEAFD) is known color: Baby Blue. HEX triplet: 4A, EA and FD. RGB value is (74,234,253). Sum of RGB (Red+Green+Blue) = 74+234+253=561 (74% of max value = 765). Red value is 74 (29.30% from 255 or 13.19% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #4AEAFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AEAFD is #B51502. Grayscale: #BCBCBC. Windows color (decimal): -11867395 or 16640586. OLE color: 16640586.
HSL color Cylindrical-coordinate representation of color #4AEAFD: hue angle of 186.37º 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 #4AEAFD is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 234 | 253 | - |
| CMYK | 0.71 | 0.08 | 0 | 0.01 |
| HSL | 186.37º | 0.98% | 0.64% | - |
| HSV(B) | 186.37º | 0.71% | 0.99% | - |
| XYZ | 49.98 | 67.39 | 103.3 | - |
| YUV | 188.33 | 164.49 | 46.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 234 | 253 | 0.71 | 0.08 | 0 | 0.01 | 186.37 | 0.98 | 0.64 |
| Hex | 4A | EA | FD | 47 | 8 | 0 | 1 | BA | 62 | 40 |
| Octal | 112 | 352 | 375 | 107 | 10 | 0 | 1 | 272 | 142 | 100 |
| Binary | 1001010 | 11101010 | 11111101 | 1000111 | 1000 | 0 | 1 | 10111010 | 1100010 | 1000000 |
Color Harmonies of #4AEAFD
Complementary color
Monochromatic Colors of #4AEAFD
Black with #4AEAFD
Text Example
Text Example
White with #4AEAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEAFD; }
p { color: rgb(74,234,253); }
H1.HeaderClassName
{
color: #4AEAFD;
}
.AnyTagClassName
{
color: #4AEAFD;
}
</style>
background-color css
<style>
a { background-color: #4AEAFD; }
a { background-color: rgb(74,234,253); }
div.DivClassName
{
background-color: #4AEAFD;
}
.BgClassName
{
background-color: #4AEAFD;
}
</style>
border-color css
<style>
span { border-color: #4AEAFD; }
span { border-color: rgb(74,234,253); }
td.TdClassName
{
border-color: #4AEAFD;
}
.TagClassName
{
border-color: #4AEAFD;
}
</style>