Shades of Baby Blue #4FFFEC
Tints of Baby Blue #4FFFEC
RGB
CMYK
RGB Variations
Color information
#4FFFEC (or 0x4FFFEC) is known color: Baby Blue. HEX triplet: 4F, FF and EC. RGB value is (79,255,236). Sum of RGB (Red+Green+Blue) = 79+255+236=570 (75% of max value = 765). Red value is 79 (31.25% from 255 or 13.86% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #4FFFEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFFEC is #B00013. Grayscale: #C8C8C8. Windows color (decimal): -11534356 or 15531855. OLE color: 15531855.
HSL color Cylindrical-coordinate representation of color #4FFFEC: hue angle of 173.52º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFFEC is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 255 | 236 | - |
| CMYK | 0.69 | 0 | 0.07 | 0 |
| HSL | 173.52º | 1% | 0.65% | - |
| HSV(B) | 173.52º | 0.69% | 1% | - |
| XYZ | 54.12 | 79.24 | 91.8 | - |
| YUV | 200.21 | 148.19 | 41.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 255 | 236 | 0.69 | 0 | 0.07 | 0 | 173.52 | 1 | 0.65 |
| Hex | 4F | FF | EC | 45 | 0 | 7 | 0 | AE | 64 | 41 |
| Octal | 117 | 377 | 354 | 105 | 0 | 7 | 0 | 256 | 144 | 101 |
| Binary | 1001111 | 11111111 | 11101100 | 1000101 | 0 | 111 | 0 | 10101110 | 1100100 | 1000001 |
Color Harmonies of #4FFFEC
Complementary color
Monochromatic Colors of #4FFFEC
Black with #4FFFEC
Text Example
Text Example
White with #4FFFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFFEC; }
p { color: rgb(79,255,236); }
H1.HeaderClassName
{
color: #4FFFEC;
}
.AnyTagClassName
{
color: #4FFFEC;
}
</style>
background-color css
<style>
a { background-color: #4FFFEC; }
a { background-color: rgb(79,255,236); }
div.DivClassName
{
background-color: #4FFFEC;
}
.BgClassName
{
background-color: #4FFFEC;
}
</style>
border-color css
<style>
span { border-color: #4FFFEC; }
span { border-color: rgb(79,255,236); }
td.TdClassName
{
border-color: #4FFFEC;
}
.TagClassName
{
border-color: #4FFFEC;
}
</style>