Shades of Baby Blue #4AEDFD
Tints of Baby Blue #4AEDFD
RGB
CMYK
RGB Variations
Color information
#4AEDFD (or 0x4AEDFD) is known color: Baby Blue. HEX triplet: 4A, ED and FD. RGB value is (74,237,253). Sum of RGB (Red+Green+Blue) = 74+237+253=564 (74% of max value = 765). Red value is 74 (29.30% from 255 or 13.12% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #4AEDFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AEDFD is #B51202. Grayscale: #BDBDBD. Windows color (decimal): -11866627 or 16641354. OLE color: 16641354.
HSL color Cylindrical-coordinate representation of color #4AEDFD: hue angle of 185.36º 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 #4AEDFD is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 237 | 253 | - |
| CMYK | 0.71 | 0.06 | 0 | 0.01 |
| HSL | 185.36º | 0.98% | 0.64% | - |
| HSV(B) | 185.36º | 0.71% | 0.99% | - |
| XYZ | 50.84 | 69.12 | 103.59 | - |
| YUV | 190.09 | 163.5 | 45.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 237 | 253 | 0.71 | 0.06 | 0 | 0.01 | 185.36 | 0.98 | 0.64 |
| Hex | 4A | ED | FD | 47 | 6 | 0 | 1 | B9 | 62 | 40 |
| Octal | 112 | 355 | 375 | 107 | 6 | 0 | 1 | 271 | 142 | 100 |
| Binary | 1001010 | 11101101 | 11111101 | 1000111 | 110 | 0 | 1 | 10111001 | 1100010 | 1000000 |
Color Harmonies of #4AEDFD
Complementary color
Monochromatic Colors of #4AEDFD
Black with #4AEDFD
Text Example
Text Example
White with #4AEDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEDFD; }
p { color: rgb(74,237,253); }
H1.HeaderClassName
{
color: #4AEDFD;
}
.AnyTagClassName
{
color: #4AEDFD;
}
</style>
background-color css
<style>
a { background-color: #4AEDFD; }
a { background-color: rgb(74,237,253); }
div.DivClassName
{
background-color: #4AEDFD;
}
.BgClassName
{
background-color: #4AEDFD;
}
</style>
border-color css
<style>
span { border-color: #4AEDFD; }
span { border-color: rgb(74,237,253); }
td.TdClassName
{
border-color: #4AEDFD;
}
.TagClassName
{
border-color: #4AEDFD;
}
</style>