Shades of Baby Blue #4AFCFD
Tints of Baby Blue #4AFCFD
RGB
CMYK
RGB Variations
Color information
#4AFCFD (or 0x4AFCFD) is known color: Baby Blue. HEX triplet: 4A, FC and FD. RGB value is (74,252,253). Sum of RGB (Red+Green+Blue) = 74+252+253=579 (76% of max value = 765). Red value is 74 (29.30% from 255 or 12.78% from 579); Green value is 252 (98.83% from 255 or 43.52% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #4AFCFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AFCFD is #B50302. Grayscale: #C6C6C6. Windows color (decimal): -11862787 or 16645194. OLE color: 16645194.
HSL color Cylindrical-coordinate representation of color #4AFCFD: hue angle of 180.34º 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 #4AFCFD is Cyan = 0.71, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 252 | 253 | - |
| CMYK | 0.71 | 0.00 | 0 | 0.01 |
| HSL | 180.34º | 0.98% | 0.64% | - |
| HSV(B) | 180.34º | 0.71% | 0.99% | - |
| XYZ | 55.36 | 78.17 | 105.1 | - |
| YUV | 198.89 | 158.53 | 38.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 252 | 253 | 0.71 | 0.00 | 0 | 0.01 | 180.34 | 0.98 | 0.64 |
| Hex | 4A | FC | FD | 47 | 0 | 0 | 1 | B4 | 62 | 40 |
| Octal | 112 | 374 | 375 | 107 | 0 | 0 | 1 | 264 | 142 | 100 |
| Binary | 1001010 | 11111100 | 11111101 | 1000111 | 0 | 0 | 1 | 10110100 | 1100010 | 1000000 |
Color Harmonies of #4AFCFD
Complementary color
Monochromatic Colors of #4AFCFD
Black with #4AFCFD
Text Example
Text Example
White with #4AFCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFCFD; }
p { color: rgb(74,252,253); }
H1.HeaderClassName
{
color: #4AFCFD;
}
.AnyTagClassName
{
color: #4AFCFD;
}
</style>
background-color css
<style>
a { background-color: #4AFCFD; }
a { background-color: rgb(74,252,253); }
div.DivClassName
{
background-color: #4AFCFD;
}
.BgClassName
{
background-color: #4AFCFD;
}
</style>
border-color css
<style>
span { border-color: #4AFCFD; }
span { border-color: rgb(74,252,253); }
td.TdClassName
{
border-color: #4AFCFD;
}
.TagClassName
{
border-color: #4AFCFD;
}
</style>