Shades of Baby Blue #4DEFFB
Tints of Baby Blue #4DEFFB
RGB
CMYK
RGB Variations
Color information
#4DEFFB (or 0x4DEFFB) is known color: Baby Blue. HEX triplet: 4D, EF and FB. RGB value is (77,239,251). Sum of RGB (Red+Green+Blue) = 77+239+251=567 (75% of max value = 765). Red value is 77 (30.47% from 255 or 13.58% from 567); Green value is 239 (93.75% from 255 or 42.15% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #4DEFFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DEFFB is #B21004. Grayscale: #BFBFBF. Windows color (decimal): -11669509 or 16510797. OLE color: 16510797.
HSL color Cylindrical-coordinate representation of color #4DEFFB: hue angle of 184.14º 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 #4DEFFB is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 239 | 251 | - |
| CMYK | 0.69 | 0.05 | 0 | 0.02 |
| HSL | 184.14º | 0.96% | 0.64% | - |
| HSV(B) | 184.14º | 0.69% | 0.98% | - |
| XYZ | 51.34 | 70.28 | 102.13 | - |
| YUV | 191.93 | 161.33 | 46.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 239 | 251 | 0.69 | 0.05 | 0 | 0.02 | 184.14 | 0.96 | 0.64 |
| Hex | 4D | EF | FB | 45 | 5 | 0 | 2 | B8 | 60 | 40 |
| Octal | 115 | 357 | 373 | 105 | 5 | 0 | 2 | 270 | 140 | 100 |
| Binary | 1001101 | 11101111 | 11111011 | 1000101 | 101 | 0 | 10 | 10111000 | 1100000 | 1000000 |
Color Harmonies of #4DEFFB
Complementary color
Monochromatic Colors of #4DEFFB
Black with #4DEFFB
Text Example
Text Example
White with #4DEFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEFFB; }
p { color: rgb(77,239,251); }
H1.HeaderClassName
{
color: #4DEFFB;
}
.AnyTagClassName
{
color: #4DEFFB;
}
</style>
background-color css
<style>
a { background-color: #4DEFFB; }
a { background-color: rgb(77,239,251); }
div.DivClassName
{
background-color: #4DEFFB;
}
.BgClassName
{
background-color: #4DEFFB;
}
</style>
border-color css
<style>
span { border-color: #4DEFFB; }
span { border-color: rgb(77,239,251); }
td.TdClassName
{
border-color: #4DEFFB;
}
.TagClassName
{
border-color: #4DEFFB;
}
</style>