Shades of Baby Blue #4DFEFC
Tints of Baby Blue #4DFEFC
RGB
CMYK
RGB Variations
Color information
#4DFEFC (or 0x4DFEFC) is known color: Baby Blue. HEX triplet: 4D, FE and FC. RGB value is (77,254,252). Sum of RGB (Red+Green+Blue) = 77+254+252=583 (77% of max value = 765). Red value is 77 (30.47% from 255 or 13.21% from 583); Green value is 254 (99.61% from 255 or 43.57% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFEFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFEFC is #B20103. Grayscale: #C8C8C8. Windows color (decimal): -11665668 or 16580173. OLE color: 16580173.
HSL color Cylindrical-coordinate representation of color #4DFEFC: hue angle of 179.32º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DFEFC is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 254 | 252 | - |
| CMYK | 0.70 | 0 | 0.01 | 0.00 |
| HSL | 179.32º | 0.99% | 0.65% | - |
| HSV(B) | 179.32º | 0.7% | 1% | - |
| XYZ | 56.07 | 79.49 | 104.48 | - |
| YUV | 200.85 | 156.86 | 39.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 254 | 252 | 0.70 | 0 | 0.01 | 0.00 | 179.32 | 0.99 | 0.65 |
| Hex | 4D | FE | FC | 46 | 0 | 1 | 0 | B3 | 63 | 41 |
| Octal | 115 | 376 | 374 | 106 | 0 | 1 | 0 | 263 | 143 | 101 |
| Binary | 1001101 | 11111110 | 11111100 | 1000110 | 0 | 1 | 0 | 10110011 | 1100011 | 1000001 |
Color Harmonies of #4DFEFC
Complementary color
Monochromatic Colors of #4DFEFC
Black with #4DFEFC
Text Example
Text Example
White with #4DFEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFEFC; }
p { color: rgb(77,254,252); }
H1.HeaderClassName
{
color: #4DFEFC;
}
.AnyTagClassName
{
color: #4DFEFC;
}
</style>
background-color css
<style>
a { background-color: #4DFEFC; }
a { background-color: rgb(77,254,252); }
div.DivClassName
{
background-color: #4DFEFC;
}
.BgClassName
{
background-color: #4DFEFC;
}
</style>
border-color css
<style>
span { border-color: #4DFEFC; }
span { border-color: rgb(77,254,252); }
td.TdClassName
{
border-color: #4DFEFC;
}
.TagClassName
{
border-color: #4DFEFC;
}
</style>