Shades of Baby Blue #4DFDFF
Tints of Baby Blue #4DFDFF
RGB
CMYK
RGB Variations
Color information
#4DFDFF (or 0x4DFDFF) is known color: Baby Blue. HEX triplet: 4D, FD and FF. RGB value is (77,253,255). Sum of RGB (Red+Green+Blue) = 77+253+255=585 (77% of max value = 765). Red value is 77 (30.47% from 255 or 13.16% from 585); Green value is 253 (99.22% from 255 or 43.25% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #4DFDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFDFF is #B20200. Grayscale: #C8C8C8. Windows color (decimal): -11665921 or 16776525. OLE color: 16776525.
HSL color Cylindrical-coordinate representation of color #4DFDFF: hue angle of 180.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DFDFF is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 253 | 255 | - |
| CMYK | 0.70 | 0.01 | 0 | 0 |
| HSL | 180.67º | 1% | 0.65% | - |
| HSV(B) | 180.67º | 0.7% | 1% | - |
| XYZ | 56.24 | 79.05 | 106.9 | - |
| YUV | 200.6 | 158.69 | 39.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 253 | 255 | 0.70 | 0.01 | 0 | 0 | 180.67 | 1 | 0.65 |
| Hex | 4D | FD | FF | 46 | 1 | 0 | 0 | B5 | 64 | 41 |
| Octal | 115 | 375 | 377 | 106 | 1 | 0 | 0 | 265 | 144 | 101 |
| Binary | 1001101 | 11111101 | 11111111 | 1000110 | 1 | 0 | 0 | 10110101 | 1100100 | 1000001 |
Color Harmonies of #4DFDFF
Complementary color
Monochromatic Colors of #4DFDFF
Black with #4DFDFF
Text Example
Text Example
White with #4DFDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFDFF; }
p { color: rgb(77,253,255); }
H1.HeaderClassName
{
color: #4DFDFF;
}
.AnyTagClassName
{
color: #4DFDFF;
}
</style>
background-color css
<style>
a { background-color: #4DFDFF; }
a { background-color: rgb(77,253,255); }
div.DivClassName
{
background-color: #4DFDFF;
}
.BgClassName
{
background-color: #4DFDFF;
}
</style>
border-color css
<style>
span { border-color: #4DFDFF; }
span { border-color: rgb(77,253,255); }
td.TdClassName
{
border-color: #4DFDFF;
}
.TagClassName
{
border-color: #4DFDFF;
}
</style>