Shades of Baby Blue #4AFAFD
Tints of Baby Blue #4AFAFD
RGB
CMYK
RGB Variations
Color information
#4AFAFD (or 0x4AFAFD) is known color: Baby Blue. HEX triplet: 4A, FA and FD. RGB value is (74,250,253). Sum of RGB (Red+Green+Blue) = 74+250+253=577 (76% of max value = 765). Red value is 74 (29.30% from 255 or 12.82% from 577); Green value is 250 (98.05% from 255 or 43.33% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #4AFAFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AFAFD is #B50502. Grayscale: #C5C5C5. Windows color (decimal): -11863299 or 16644682. OLE color: 16644682.
HSL color Cylindrical-coordinate representation of color #4AFAFD: hue angle of 181.01º 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 #4AFAFD is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 250 | 253 | - |
| CMYK | 0.71 | 0.01 | 0 | 0.01 |
| HSL | 181.01º | 0.98% | 0.64% | - |
| HSV(B) | 181.01º | 0.71% | 0.99% | - |
| XYZ | 54.74 | 76.92 | 104.89 | - |
| YUV | 197.72 | 159.19 | 39.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 250 | 253 | 0.71 | 0.01 | 0 | 0.01 | 181.01 | 0.98 | 0.64 |
| Hex | 4A | FA | FD | 47 | 1 | 0 | 1 | B5 | 62 | 40 |
| Octal | 112 | 372 | 375 | 107 | 1 | 0 | 1 | 265 | 142 | 100 |
| Binary | 1001010 | 11111010 | 11111101 | 1000111 | 1 | 0 | 1 | 10110101 | 1100010 | 1000000 |
Color Harmonies of #4AFAFD
Complementary color
Monochromatic Colors of #4AFAFD
Black with #4AFAFD
Text Example
Text Example
White with #4AFAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFAFD; }
p { color: rgb(74,250,253); }
H1.HeaderClassName
{
color: #4AFAFD;
}
.AnyTagClassName
{
color: #4AFAFD;
}
</style>
background-color css
<style>
a { background-color: #4AFAFD; }
a { background-color: rgb(74,250,253); }
div.DivClassName
{
background-color: #4AFAFD;
}
.BgClassName
{
background-color: #4AFAFD;
}
</style>
border-color css
<style>
span { border-color: #4AFAFD; }
span { border-color: rgb(74,250,253); }
td.TdClassName
{
border-color: #4AFAFD;
}
.TagClassName
{
border-color: #4AFAFD;
}
</style>