Shades of Baby Blue #4DFBEC
Tints of Baby Blue #4DFBEC
RGB
CMYK
RGB Variations
Color information
#4DFBEC (or 0x4DFBEC) is known color: Baby Blue. HEX triplet: 4D, FB and EC. RGB value is (77,251,236). Sum of RGB (Red+Green+Blue) = 77+251+236=564 (74% of max value = 765). Red value is 77 (30.47% from 255 or 13.65% from 564); Green value is 251 (98.44% from 255 or 44.50% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFBEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFBEC is #B20413. Grayscale: #C5C5C5. Windows color (decimal): -11666452 or 15530829. OLE color: 15530829.
HSL color Cylindrical-coordinate representation of color #4DFBEC: hue angle of 174.83º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DFBEC is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 251 | 236 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.02 |
| HSL | 174.83º | 0.96% | 0.64% | - |
| HSV(B) | 174.83º | 0.69% | 0.98% | - |
| XYZ | 52.7 | 76.63 | 91.37 | - |
| YUV | 197.26 | 149.85 | 42.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 251 | 236 | 0.69 | 0 | 0.06 | 0.02 | 174.83 | 0.96 | 0.64 |
| Hex | 4D | FB | EC | 45 | 0 | 6 | 2 | AF | 60 | 40 |
| Octal | 115 | 373 | 354 | 105 | 0 | 6 | 2 | 257 | 140 | 100 |
| Binary | 1001101 | 11111011 | 11101100 | 1000101 | 0 | 110 | 10 | 10101111 | 1100000 | 1000000 |
Color Harmonies of #4DFBEC
Complementary color
Monochromatic Colors of #4DFBEC
Black with #4DFBEC
Text Example
Text Example
White with #4DFBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFBEC; }
p { color: rgb(77,251,236); }
H1.HeaderClassName
{
color: #4DFBEC;
}
.AnyTagClassName
{
color: #4DFBEC;
}
</style>
background-color css
<style>
a { background-color: #4DFBEC; }
a { background-color: rgb(77,251,236); }
div.DivClassName
{
background-color: #4DFBEC;
}
.BgClassName
{
background-color: #4DFBEC;
}
</style>
border-color css
<style>
span { border-color: #4DFBEC; }
span { border-color: rgb(77,251,236); }
td.TdClassName
{
border-color: #4DFBEC;
}
.TagClassName
{
border-color: #4DFBEC;
}
</style>