Shades of Baby Blue #4AFEF0
Tints of Baby Blue #4AFEF0
RGB
CMYK
RGB Variations
Color information
#4AFEF0 (or 0x4AFEF0) is known color: Baby Blue. HEX triplet: 4A, FE and F0. RGB value is (74,254,240). Sum of RGB (Red+Green+Blue) = 74+254+240=568 (75% of max value = 765). Red value is 74 (29.30% from 255 or 13.03% from 568); Green value is 254 (99.61% from 255 or 44.72% from 568); Blue value is 240 (94.14% from 255 or 42.25% from 568); Max value from RGB is 254 - color contains mainly: green. Hex color #4AFEF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AFEF0 is #B5010F. Grayscale: #C6C6C6. Windows color (decimal): -11862288 or 15793738. OLE color: 15793738.
HSL color Cylindrical-coordinate representation of color #4AFEF0: hue angle of 175.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFEF0 is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 254 | 240 | - |
| CMYK | 0.71 | 0 | 0.06 | 0.00 |
| HSL | 175.33º | 0.99% | 0.64% | - |
| HSV(B) | 175.33º | 0.71% | 1% | - |
| XYZ | 53.99 | 78.63 | 94.77 | - |
| YUV | 198.58 | 151.37 | 39.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 254 | 240 | 0.71 | 0 | 0.06 | 0.00 | 175.33 | 0.99 | 0.64 |
| Hex | 4A | FE | F0 | 47 | 0 | 6 | 0 | AF | 63 | 40 |
| Octal | 112 | 376 | 360 | 107 | 0 | 6 | 0 | 257 | 143 | 100 |
| Binary | 1001010 | 11111110 | 11110000 | 1000111 | 0 | 110 | 0 | 10101111 | 1100011 | 1000000 |
Color Harmonies of #4AFEF0
Complementary color
Monochromatic Colors of #4AFEF0
Black with #4AFEF0
Text Example
Text Example
White with #4AFEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFEF0; }
p { color: rgb(74,254,240); }
H1.HeaderClassName
{
color: #4AFEF0;
}
.AnyTagClassName
{
color: #4AFEF0;
}
</style>
background-color css
<style>
a { background-color: #4AFEF0; }
a { background-color: rgb(74,254,240); }
div.DivClassName
{
background-color: #4AFEF0;
}
.BgClassName
{
background-color: #4AFEF0;
}
</style>
border-color css
<style>
span { border-color: #4AFEF0; }
span { border-color: rgb(74,254,240); }
td.TdClassName
{
border-color: #4AFEF0;
}
.TagClassName
{
border-color: #4AFEF0;
}
</style>