Shades of Baby Blue #4AFBF1
Tints of Baby Blue #4AFBF1
RGB
CMYK
RGB Variations
Color information
#4AFBF1 (or 0x4AFBF1) is known color: Baby Blue. HEX triplet: 4A, FB and F1. RGB value is (74,251,241). Sum of RGB (Red+Green+Blue) = 74+251+241=566 (74% of max value = 765). Red value is 74 (29.30% from 255 or 13.07% from 566); Green value is 251 (98.44% from 255 or 44.35% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFBF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AFBF1 is #B5040E. Grayscale: #C4C4C4. Windows color (decimal): -11863055 or 15858506. OLE color: 15858506.
HSL color Cylindrical-coordinate representation of color #4AFBF1: hue angle of 176.61º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFBF1 is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 251 | 241 | - |
| CMYK | 0.71 | 0 | 0.04 | 0.02 |
| HSL | 176.61º | 0.96% | 0.64% | - |
| HSV(B) | 176.61º | 0.71% | 0.98% | - |
| XYZ | 53.2 | 76.8 | 95.24 | - |
| YUV | 196.94 | 152.86 | 40.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 251 | 241 | 0.71 | 0 | 0.04 | 0.02 | 176.61 | 0.96 | 0.64 |
| Hex | 4A | FB | F1 | 47 | 0 | 4 | 2 | B1 | 60 | 40 |
| Octal | 112 | 373 | 361 | 107 | 0 | 4 | 2 | 261 | 140 | 100 |
| Binary | 1001010 | 11111011 | 11110001 | 1000111 | 0 | 100 | 10 | 10110001 | 1100000 | 1000000 |
Color Harmonies of #4AFBF1
Complementary color
Monochromatic Colors of #4AFBF1
Black with #4AFBF1
Text Example
Text Example
White with #4AFBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFBF1; }
p { color: rgb(74,251,241); }
H1.HeaderClassName
{
color: #4AFBF1;
}
.AnyTagClassName
{
color: #4AFBF1;
}
</style>
background-color css
<style>
a { background-color: #4AFBF1; }
a { background-color: rgb(74,251,241); }
div.DivClassName
{
background-color: #4AFBF1;
}
.BgClassName
{
background-color: #4AFBF1;
}
</style>
border-color css
<style>
span { border-color: #4AFBF1; }
span { border-color: rgb(74,251,241); }
td.TdClassName
{
border-color: #4AFBF1;
}
.TagClassName
{
border-color: #4AFBF1;
}
</style>