Shades of Baby Blue #4CFFEB
Tints of Baby Blue #4CFFEB
RGB
CMYK
RGB Variations
Color information
#4CFFEB (or 0x4CFFEB) is known color: Baby Blue. HEX triplet: 4C, FF and EB. RGB value is (76,255,235). Sum of RGB (Red+Green+Blue) = 76+255+235=566 (74% of max value = 765). Red value is 76 (30.08% from 255 or 13.43% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #4CFFEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CFFEB is #B30014. Grayscale: #C7C7C7. Windows color (decimal): -11730965 or 15466316. OLE color: 15466316.
HSL color Cylindrical-coordinate representation of color #4CFFEB: hue angle of 173.3º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFFEB is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 255 | 235 | - |
| CMYK | 0.70 | 0 | 0.08 | 0 |
| HSL | 173.3º | 1% | 0.65% | - |
| HSV(B) | 173.3º | 0.7% | 1% | - |
| XYZ | 53.74 | 79.05 | 91.02 | - |
| YUV | 199.2 | 148.2 | 40.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 255 | 235 | 0.70 | 0 | 0.08 | 0 | 173.3 | 1 | 0.65 |
| Hex | 4C | FF | EB | 46 | 0 | 8 | 0 | AD | 64 | 41 |
| Octal | 114 | 377 | 353 | 106 | 0 | 10 | 0 | 255 | 144 | 101 |
| Binary | 1001100 | 11111111 | 11101011 | 1000110 | 0 | 1000 | 0 | 10101101 | 1100100 | 1000001 |
Color Harmonies of #4CFFEB
Complementary color
Monochromatic Colors of #4CFFEB
Black with #4CFFEB
Text Example
Text Example
White with #4CFFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFFEB; }
p { color: rgb(76,255,235); }
H1.HeaderClassName
{
color: #4CFFEB;
}
.AnyTagClassName
{
color: #4CFFEB;
}
</style>
background-color css
<style>
a { background-color: #4CFFEB; }
a { background-color: rgb(76,255,235); }
div.DivClassName
{
background-color: #4CFFEB;
}
.BgClassName
{
background-color: #4CFFEB;
}
</style>
border-color css
<style>
span { border-color: #4CFFEB; }
span { border-color: rgb(76,255,235); }
td.TdClassName
{
border-color: #4CFFEB;
}
.TagClassName
{
border-color: #4CFFEB;
}
</style>