Shades of Baby Blue #4AFBF0
Tints of Baby Blue #4AFBF0
RGB
CMYK
RGB Variations
Color information
#4AFBF0 (or 0x4AFBF0) is known color: Baby Blue. HEX triplet: 4A, FB and F0. RGB value is (74,251,240). Sum of RGB (Red+Green+Blue) = 74+251+240=565 (74% of max value = 765). Red value is 74 (29.30% from 255 or 13.10% from 565); Green value is 251 (98.44% from 255 or 44.42% from 565); Blue value is 240 (94.14% from 255 or 42.48% from 565); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFBF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AFBF0 is #B5040F. Grayscale: #C4C4C4. Windows color (decimal): -11863056 or 15792970. OLE color: 15792970.
HSL color Cylindrical-coordinate representation of color #4AFBF0: hue angle of 176.27º 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 #4AFBF0 is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 251 | 240 | - |
| CMYK | 0.71 | 0 | 0.04 | 0.02 |
| HSL | 176.27º | 0.96% | 0.64% | - |
| HSV(B) | 176.27º | 0.71% | 0.98% | - |
| XYZ | 53.05 | 76.74 | 94.45 | - |
| YUV | 196.82 | 152.36 | 40.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 251 | 240 | 0.71 | 0 | 0.04 | 0.02 | 176.27 | 0.96 | 0.64 |
| Hex | 4A | FB | F0 | 47 | 0 | 4 | 2 | B0 | 60 | 40 |
| Octal | 112 | 373 | 360 | 107 | 0 | 4 | 2 | 260 | 140 | 100 |
| Binary | 1001010 | 11111011 | 11110000 | 1000111 | 0 | 100 | 10 | 10110000 | 1100000 | 1000000 |
Color Harmonies of #4AFBF0
Complementary color
Monochromatic Colors of #4AFBF0
Black with #4AFBF0
Text Example
Text Example
White with #4AFBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFBF0; }
p { color: rgb(74,251,240); }
H1.HeaderClassName
{
color: #4AFBF0;
}
.AnyTagClassName
{
color: #4AFBF0;
}
</style>
background-color css
<style>
a { background-color: #4AFBF0; }
a { background-color: rgb(74,251,240); }
div.DivClassName
{
background-color: #4AFBF0;
}
.BgClassName
{
background-color: #4AFBF0;
}
</style>
border-color css
<style>
span { border-color: #4AFBF0; }
span { border-color: rgb(74,251,240); }
td.TdClassName
{
border-color: #4AFBF0;
}
.TagClassName
{
border-color: #4AFBF0;
}
</style>