Shades of Baby Blue #4AFBFD
Tints of Baby Blue #4AFBFD
RGB
CMYK
RGB Variations
Color information
#4AFBFD (or 0x4AFBFD) is known color: Baby Blue. HEX triplet: 4A, FB and FD. RGB value is (74,251,253). Sum of RGB (Red+Green+Blue) = 74+251+253=578 (76% of max value = 765). Red value is 74 (29.30% from 255 or 12.80% from 578); Green value is 251 (98.44% from 255 or 43.43% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #4AFBFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AFBFD is #B50402. Grayscale: #C6C6C6. Windows color (decimal): -11863043 or 16644938. OLE color: 16644938.
HSL color Cylindrical-coordinate representation of color #4AFBFD: hue angle of 180.67º 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 #4AFBFD is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 251 | 253 | - |
| CMYK | 0.71 | 0.01 | 0 | 0.01 |
| HSL | 180.67º | 0.98% | 0.64% | - |
| HSV(B) | 180.67º | 0.71% | 0.99% | - |
| XYZ | 55.05 | 77.54 | 104.99 | - |
| YUV | 198.31 | 158.86 | 39.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 251 | 253 | 0.71 | 0.01 | 0 | 0.01 | 180.67 | 0.98 | 0.64 |
| Hex | 4A | FB | FD | 47 | 1 | 0 | 1 | B5 | 62 | 40 |
| Octal | 112 | 373 | 375 | 107 | 1 | 0 | 1 | 265 | 142 | 100 |
| Binary | 1001010 | 11111011 | 11111101 | 1000111 | 1 | 0 | 1 | 10110101 | 1100010 | 1000000 |
Color Harmonies of #4AFBFD
Complementary color
Monochromatic Colors of #4AFBFD
Black with #4AFBFD
Text Example
Text Example
White with #4AFBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFBFD; }
p { color: rgb(74,251,253); }
H1.HeaderClassName
{
color: #4AFBFD;
}
.AnyTagClassName
{
color: #4AFBFD;
}
</style>
background-color css
<style>
a { background-color: #4AFBFD; }
a { background-color: rgb(74,251,253); }
div.DivClassName
{
background-color: #4AFBFD;
}
.BgClassName
{
background-color: #4AFBFD;
}
</style>
border-color css
<style>
span { border-color: #4AFBFD; }
span { border-color: rgb(74,251,253); }
td.TdClassName
{
border-color: #4AFBFD;
}
.TagClassName
{
border-color: #4AFBFD;
}
</style>