Shades of Baby Blue #4FFEEB
Tints of Baby Blue #4FFEEB
RGB
CMYK
RGB Variations
Color information
#4FFEEB (or 0x4FFEEB) is known color: Baby Blue. HEX triplet: 4F, FE and EB. RGB value is (79,254,235). Sum of RGB (Red+Green+Blue) = 79+254+235=568 (75% of max value = 765). Red value is 79 (31.25% from 255 or 13.91% from 568); Green value is 254 (99.61% from 255 or 44.72% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 254 - color contains mainly: green. Hex color #4FFEEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFEEB is #B00114. Grayscale: #C7C7C7. Windows color (decimal): -11534613 or 15466063. OLE color: 15466063.
HSL color Cylindrical-coordinate representation of color #4FFEEB: hue angle of 173.49º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFEEB is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 254 | 235 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.00 |
| HSL | 173.49º | 0.99% | 0.65% | - |
| HSV(B) | 173.49º | 0.69% | 1% | - |
| XYZ | 53.66 | 78.54 | 90.93 | - |
| YUV | 199.51 | 148.02 | 42.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 254 | 235 | 0.69 | 0 | 0.07 | 0.00 | 173.49 | 0.99 | 0.65 |
| Hex | 4F | FE | EB | 45 | 0 | 7 | 0 | AD | 63 | 41 |
| Octal | 117 | 376 | 353 | 105 | 0 | 7 | 0 | 255 | 143 | 101 |
| Binary | 1001111 | 11111110 | 11101011 | 1000101 | 0 | 111 | 0 | 10101101 | 1100011 | 1000001 |
Color Harmonies of #4FFEEB
Complementary color
Monochromatic Colors of #4FFEEB
Black with #4FFEEB
Text Example
Text Example
White with #4FFEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFEEB; }
p { color: rgb(79,254,235); }
H1.HeaderClassName
{
color: #4FFEEB;
}
.AnyTagClassName
{
color: #4FFEEB;
}
</style>
background-color css
<style>
a { background-color: #4FFEEB; }
a { background-color: rgb(79,254,235); }
div.DivClassName
{
background-color: #4FFEEB;
}
.BgClassName
{
background-color: #4FFEEB;
}
</style>
border-color css
<style>
span { border-color: #4FFEEB; }
span { border-color: rgb(79,254,235); }
td.TdClassName
{
border-color: #4FFEEB;
}
.TagClassName
{
border-color: #4FFEEB;
}
</style>