Shades of Baby Blue #4DFBFD
Tints of Baby Blue #4DFBFD
RGB
CMYK
RGB Variations
Color information
#4DFBFD (or 0x4DFBFD) is known color: Baby Blue. HEX triplet: 4D, FB and FD. RGB value is (77,251,253). Sum of RGB (Red+Green+Blue) = 77+251+253=581 (76% of max value = 765). Red value is 77 (30.47% from 255 or 13.25% from 581); Green value is 251 (98.44% from 255 or 43.20% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #4DFBFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFBFD is #B20402. Grayscale: #C7C7C7. Windows color (decimal): -11666435 or 16644941. OLE color: 16644941.
HSL color Cylindrical-coordinate representation of color #4DFBFD: hue angle of 180.68º 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 #4DFBFD is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 251 | 253 | - |
| CMYK | 0.70 | 0.01 | 0 | 0.01 |
| HSL | 180.68º | 0.98% | 0.65% | - |
| HSV(B) | 180.68º | 0.7% | 0.99% | - |
| XYZ | 55.29 | 77.66 | 105.01 | - |
| YUV | 199.2 | 158.35 | 40.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 251 | 253 | 0.70 | 0.01 | 0 | 0.01 | 180.68 | 0.98 | 0.65 |
| Hex | 4D | FB | FD | 46 | 1 | 0 | 1 | B5 | 62 | 41 |
| Octal | 115 | 373 | 375 | 106 | 1 | 0 | 1 | 265 | 142 | 101 |
| Binary | 1001101 | 11111011 | 11111101 | 1000110 | 1 | 0 | 1 | 10110101 | 1100010 | 1000001 |
Color Harmonies of #4DFBFD
Complementary color
Monochromatic Colors of #4DFBFD
Black with #4DFBFD
Text Example
Text Example
White with #4DFBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFBFD; }
p { color: rgb(77,251,253); }
H1.HeaderClassName
{
color: #4DFBFD;
}
.AnyTagClassName
{
color: #4DFBFD;
}
</style>
background-color css
<style>
a { background-color: #4DFBFD; }
a { background-color: rgb(77,251,253); }
div.DivClassName
{
background-color: #4DFBFD;
}
.BgClassName
{
background-color: #4DFBFD;
}
</style>
border-color css
<style>
span { border-color: #4DFBFD; }
span { border-color: rgb(77,251,253); }
td.TdClassName
{
border-color: #4DFBFD;
}
.TagClassName
{
border-color: #4DFBFD;
}
</style>