Shades of Baby Blue #4DFDFB
Tints of Baby Blue #4DFDFB
RGB
CMYK
RGB Variations
Color information
#4DFDFB (or 0x4DFDFB) is known color: Baby Blue. HEX triplet: 4D, FD and FB. RGB value is (77,253,251). Sum of RGB (Red+Green+Blue) = 77+253+251=581 (76% of max value = 765). Red value is 77 (30.47% from 255 or 13.25% from 581); Green value is 253 (99.22% from 255 or 43.55% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 253 - color contains mainly: green. Hex color #4DFDFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFDFB is #B20204. Grayscale: #C7C7C7. Windows color (decimal): -11665925 or 16514381. OLE color: 16514381.
HSL color Cylindrical-coordinate representation of color #4DFDFB: hue angle of 179.32º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DFDFB is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 253 | 251 | - |
| CMYK | 0.70 | 0 | 0.01 | 0.01 |
| HSL | 179.32º | 0.98% | 0.65% | - |
| HSV(B) | 179.32º | 0.7% | 0.99% | - |
| XYZ | 55.6 | 78.79 | 103.55 | - |
| YUV | 200.15 | 156.69 | 40.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 253 | 251 | 0.70 | 0 | 0.01 | 0.01 | 179.32 | 0.98 | 0.65 |
| Hex | 4D | FD | FB | 46 | 0 | 1 | 1 | B3 | 62 | 41 |
| Octal | 115 | 375 | 373 | 106 | 0 | 1 | 1 | 263 | 142 | 101 |
| Binary | 1001101 | 11111101 | 11111011 | 1000110 | 0 | 1 | 1 | 10110011 | 1100010 | 1000001 |
Color Harmonies of #4DFDFB
Complementary color
Monochromatic Colors of #4DFDFB
Black with #4DFDFB
Text Example
Text Example
White with #4DFDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFDFB; }
p { color: rgb(77,253,251); }
H1.HeaderClassName
{
color: #4DFDFB;
}
.AnyTagClassName
{
color: #4DFDFB;
}
</style>
background-color css
<style>
a { background-color: #4DFDFB; }
a { background-color: rgb(77,253,251); }
div.DivClassName
{
background-color: #4DFDFB;
}
.BgClassName
{
background-color: #4DFDFB;
}
</style>
border-color css
<style>
span { border-color: #4DFDFB; }
span { border-color: rgb(77,253,251); }
td.TdClassName
{
border-color: #4DFDFB;
}
.TagClassName
{
border-color: #4DFDFB;
}
</style>