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