Shades of Baby Blue #4DEFFC
Tints of Baby Blue #4DEFFC
RGB
CMYK
RGB Variations
Color information
#4DEFFC (or 0x4DEFFC) is known color: Baby Blue. HEX triplet: 4D, EF and FC. RGB value is (77,239,252). Sum of RGB (Red+Green+Blue) = 77+239+252=568 (75% of max value = 765). Red value is 77 (30.47% from 255 or 13.56% from 568); Green value is 239 (93.75% from 255 or 42.08% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #4DEFFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DEFFC is #B21003. Grayscale: #BFBFBF. Windows color (decimal): -11669508 or 16576333. OLE color: 16576333.
HSL color Cylindrical-coordinate representation of color #4DEFFC: hue angle of 184.46º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DEFFC is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 239 | 252 | - |
| CMYK | 0.69 | 0.05 | 0 | 0.01 |
| HSL | 184.46º | 0.97% | 0.65% | - |
| HSV(B) | 184.46º | 0.69% | 0.99% | - |
| XYZ | 51.5 | 70.34 | 102.96 | - |
| YUV | 192.04 | 161.83 | 45.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 239 | 252 | 0.69 | 0.05 | 0 | 0.01 | 184.46 | 0.97 | 0.65 |
| Hex | 4D | EF | FC | 45 | 5 | 0 | 1 | B8 | 61 | 41 |
| Octal | 115 | 357 | 374 | 105 | 5 | 0 | 1 | 270 | 141 | 101 |
| Binary | 1001101 | 11101111 | 11111100 | 1000101 | 101 | 0 | 1 | 10111000 | 1100001 | 1000001 |
Color Harmonies of #4DEFFC
Complementary color
Monochromatic Colors of #4DEFFC
Black with #4DEFFC
Text Example
Text Example
White with #4DEFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEFFC; }
p { color: rgb(77,239,252); }
H1.HeaderClassName
{
color: #4DEFFC;
}
.AnyTagClassName
{
color: #4DEFFC;
}
</style>
background-color css
<style>
a { background-color: #4DEFFC; }
a { background-color: rgb(77,239,252); }
div.DivClassName
{
background-color: #4DEFFC;
}
.BgClassName
{
background-color: #4DEFFC;
}
</style>
border-color css
<style>
span { border-color: #4DEFFC; }
span { border-color: rgb(77,239,252); }
td.TdClassName
{
border-color: #4DEFFC;
}
.TagClassName
{
border-color: #4DEFFC;
}
</style>