Shades of Baby Blue #4DF8EF
Tints of Baby Blue #4DF8EF
RGB
CMYK
RGB Variations
Color information
#4DF8EF (or 0x4DF8EF) is known color: Baby Blue. HEX triplet: 4D, F8 and EF. RGB value is (77,248,239). Sum of RGB (Red+Green+Blue) = 77+248+239=564 (74% of max value = 765). Red value is 77 (30.47% from 255 or 13.65% from 564); Green value is 248 (97.27% from 255 or 43.97% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 248 - color contains mainly: green. Hex color #4DF8EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DF8EF is #B20710. Grayscale: #C3C3C3. Windows color (decimal): -11667217 or 15726669. OLE color: 15726669.
HSL color Cylindrical-coordinate representation of color #4DF8EF: hue angle of 176.84º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DF8EF is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 77 | 248 | 239 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.03 |
| HSL | 176.84º | 0.92% | 0.64% | - |
| HSV(B) | 176.84º | 0.69% | 0.97% | - |
| XYZ | 52.21 | 74.94 | 93.38 | - |
| YUV | 195.85 | 152.35 | 43.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 248 | 239 | 0.69 | 0 | 0.04 | 0.03 | 176.84 | 0.92 | 0.64 |
| Hex | 4D | F8 | EF | 45 | 0 | 4 | 3 | B1 | 5C | 40 |
| Octal | 115 | 370 | 357 | 105 | 0 | 4 | 3 | 261 | 134 | 100 |
| Binary | 1001101 | 11111000 | 11101111 | 1000101 | 0 | 100 | 11 | 10110001 | 1011100 | 1000000 |
Color Harmonies of #4DF8EF
Complementary color
Monochromatic Colors of #4DF8EF
Black with #4DF8EF
Text Example
Text Example
White with #4DF8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF8EF; }
p { color: rgb(77,248,239); }
H1.HeaderClassName
{
color: #4DF8EF;
}
.AnyTagClassName
{
color: #4DF8EF;
}
</style>
background-color css
<style>
a { background-color: #4DF8EF; }
a { background-color: rgb(77,248,239); }
div.DivClassName
{
background-color: #4DF8EF;
}
.BgClassName
{
background-color: #4DF8EF;
}
</style>
border-color css
<style>
span { border-color: #4DF8EF; }
span { border-color: rgb(77,248,239); }
td.TdClassName
{
border-color: #4DF8EF;
}
.TagClassName
{
border-color: #4DF8EF;
}
</style>