Shades of Baby Blue #4DFAF8
Tints of Baby Blue #4DFAF8
RGB
CMYK
RGB Variations
Color information
#4DFAF8 (or 0x4DFAF8) is known color: Baby Blue. HEX triplet: 4D, FA and F8. RGB value is (77,250,248). Sum of RGB (Red+Green+Blue) = 77+250+248=575 (76% of max value = 765). Red value is 77 (30.47% from 255 or 13.39% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 248 (97.27% from 255 or 43.13% from 575); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFAF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFAF8 is #B20507. Grayscale: #C5C5C5. Windows color (decimal): -11666696 or 16317005. OLE color: 16317005.
HSL color Cylindrical-coordinate representation of color #4DFAF8: hue angle of 179.31º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DFAF8 is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 250 | 248 | - |
| CMYK | 0.69 | 0 | 0.01 | 0.02 |
| HSL | 179.31º | 0.95% | 0.64% | - |
| HSV(B) | 179.31º | 0.69% | 0.98% | - |
| XYZ | 54.19 | 76.73 | 100.76 | - |
| YUV | 198.05 | 156.19 | 41.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 250 | 248 | 0.69 | 0 | 0.01 | 0.02 | 179.31 | 0.95 | 0.64 |
| Hex | 4D | FA | F8 | 45 | 0 | 1 | 2 | B3 | 5F | 40 |
| Octal | 115 | 372 | 370 | 105 | 0 | 1 | 2 | 263 | 137 | 100 |
| Binary | 1001101 | 11111010 | 11111000 | 1000101 | 0 | 1 | 10 | 10110011 | 1011111 | 1000000 |
Color Harmonies of #4DFAF8
Complementary color
Monochromatic Colors of #4DFAF8
Black with #4DFAF8
Text Example
Text Example
White with #4DFAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFAF8; }
p { color: rgb(77,250,248); }
H1.HeaderClassName
{
color: #4DFAF8;
}
.AnyTagClassName
{
color: #4DFAF8;
}
</style>
background-color css
<style>
a { background-color: #4DFAF8; }
a { background-color: rgb(77,250,248); }
div.DivClassName
{
background-color: #4DFAF8;
}
.BgClassName
{
background-color: #4DFAF8;
}
</style>
border-color css
<style>
span { border-color: #4DFAF8; }
span { border-color: rgb(77,250,248); }
td.TdClassName
{
border-color: #4DFAF8;
}
.TagClassName
{
border-color: #4DFAF8;
}
</style>