Shades of Baby Blue #4AFFEC
Tints of Baby Blue #4AFFEC
RGB
CMYK
RGB Variations
Color information
#4AFFEC (or 0x4AFFEC) is known color: Baby Blue. HEX triplet: 4A, FF and EC. RGB value is (74,255,236). Sum of RGB (Red+Green+Blue) = 74+255+236=565 (74% of max value = 765). Red value is 74 (29.30% from 255 or 13.10% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFFEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AFFEC is #B50013. Grayscale: #C6C6C6. Windows color (decimal): -11862036 or 15531850. OLE color: 15531850.
HSL color Cylindrical-coordinate representation of color #4AFFEC: hue angle of 173.7º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFFEC is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 255 | 236 | - |
| CMYK | 0.71 | 0 | 0.07 | 0 |
| HSL | 173.7º | 1% | 0.65% | - |
| HSV(B) | 173.7º | 0.71% | 1% | - |
| XYZ | 53.72 | 79.03 | 91.78 | - |
| YUV | 198.72 | 149.03 | 39.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 255 | 236 | 0.71 | 0 | 0.07 | 0 | 173.7 | 1 | 0.65 |
| Hex | 4A | FF | EC | 47 | 0 | 7 | 0 | AE | 64 | 41 |
| Octal | 112 | 377 | 354 | 107 | 0 | 7 | 0 | 256 | 144 | 101 |
| Binary | 1001010 | 11111111 | 11101100 | 1000111 | 0 | 111 | 0 | 10101110 | 1100100 | 1000001 |
Color Harmonies of #4AFFEC
Complementary color
Monochromatic Colors of #4AFFEC
Black with #4AFFEC
Text Example
Text Example
White with #4AFFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFFEC; }
p { color: rgb(74,255,236); }
H1.HeaderClassName
{
color: #4AFFEC;
}
.AnyTagClassName
{
color: #4AFFEC;
}
</style>
background-color css
<style>
a { background-color: #4AFFEC; }
a { background-color: rgb(74,255,236); }
div.DivClassName
{
background-color: #4AFFEC;
}
.BgClassName
{
background-color: #4AFFEC;
}
</style>
border-color css
<style>
span { border-color: #4AFFEC; }
span { border-color: rgb(74,255,236); }
td.TdClassName
{
border-color: #4AFFEC;
}
.TagClassName
{
border-color: #4AFFEC;
}
</style>