Shades of Baby Blue #4DFDFA
Tints of Baby Blue #4DFDFA
RGB
CMYK
RGB Variations
Color information
#4DFDFA (or 0x4DFDFA) is known color: Baby Blue. HEX triplet: 4D, FD and FA. RGB value is (77,253,250). Sum of RGB (Red+Green+Blue) = 77+253+250=580 (76% of max value = 765). Red value is 77 (30.47% from 255 or 13.28% from 580); Green value is 253 (99.22% from 255 or 43.62% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 253 - color contains mainly: green. Hex color #4DFDFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFDFA is #B20205. Grayscale: #C7C7C7. Windows color (decimal): -11665926 or 16448845. OLE color: 16448845.
HSL color Cylindrical-coordinate representation of color #4DFDFA: hue angle of 178.98º 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 #4DFDFA is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 253 | 250 | - |
| CMYK | 0.70 | 0 | 0.01 | 0.01 |
| HSL | 178.98º | 0.98% | 0.65% | - |
| HSV(B) | 178.98º | 0.7% | 0.99% | - |
| XYZ | 55.44 | 78.73 | 102.72 | - |
| YUV | 200.03 | 156.19 | 40.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 253 | 250 | 0.70 | 0 | 0.01 | 0.01 | 178.98 | 0.98 | 0.65 |
| Hex | 4D | FD | FA | 46 | 0 | 1 | 1 | B3 | 62 | 41 |
| Octal | 115 | 375 | 372 | 106 | 0 | 1 | 1 | 263 | 142 | 101 |
| Binary | 1001101 | 11111101 | 11111010 | 1000110 | 0 | 1 | 1 | 10110011 | 1100010 | 1000001 |
Color Harmonies of #4DFDFA
Complementary color
Monochromatic Colors of #4DFDFA
Black with #4DFDFA
Text Example
Text Example
White with #4DFDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFDFA; }
p { color: rgb(77,253,250); }
H1.HeaderClassName
{
color: #4DFDFA;
}
.AnyTagClassName
{
color: #4DFDFA;
}
</style>
background-color css
<style>
a { background-color: #4DFDFA; }
a { background-color: rgb(77,253,250); }
div.DivClassName
{
background-color: #4DFDFA;
}
.BgClassName
{
background-color: #4DFDFA;
}
</style>
border-color css
<style>
span { border-color: #4DFDFA; }
span { border-color: rgb(77,253,250); }
td.TdClassName
{
border-color: #4DFDFA;
}
.TagClassName
{
border-color: #4DFDFA;
}
</style>