Shades of Baby Blue #4DFAF6
Tints of Baby Blue #4DFAF6
RGB
CMYK
RGB Variations
Color information
#4DFAF6 (or 0x4DFAF6) is known color: Baby Blue. HEX triplet: 4D, FA and F6. RGB value is (77,250,246). Sum of RGB (Red+Green+Blue) = 77+250+246=573 (75% of max value = 765). Red value is 77 (30.47% from 255 or 13.44% from 573); Green value is 250 (98.05% from 255 or 43.63% from 573); Blue value is 246 (96.48% from 255 or 42.93% from 573); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFAF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFAF6 is #B20509. Grayscale: #C5C5C5. Windows color (decimal): -11666698 or 16185933. OLE color: 16185933.
HSL color Cylindrical-coordinate representation of color #4DFAF6: hue angle of 178.61º 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 #4DFAF6 is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 250 | 246 | - |
| CMYK | 0.69 | 0 | 0.02 | 0.02 |
| HSL | 178.61º | 0.95% | 0.64% | - |
| HSV(B) | 178.61º | 0.69% | 0.98% | - |
| XYZ | 53.88 | 76.6 | 99.13 | - |
| YUV | 197.82 | 155.19 | 41.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 250 | 246 | 0.69 | 0 | 0.02 | 0.02 | 178.61 | 0.95 | 0.64 |
| Hex | 4D | FA | F6 | 45 | 0 | 2 | 2 | B3 | 5F | 40 |
| Octal | 115 | 372 | 366 | 105 | 0 | 2 | 2 | 263 | 137 | 100 |
| Binary | 1001101 | 11111010 | 11110110 | 1000101 | 0 | 10 | 10 | 10110011 | 1011111 | 1000000 |
Color Harmonies of #4DFAF6
Complementary color
Monochromatic Colors of #4DFAF6
Black with #4DFAF6
Text Example
Text Example
White with #4DFAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFAF6; }
p { color: rgb(77,250,246); }
H1.HeaderClassName
{
color: #4DFAF6;
}
.AnyTagClassName
{
color: #4DFAF6;
}
</style>
background-color css
<style>
a { background-color: #4DFAF6; }
a { background-color: rgb(77,250,246); }
div.DivClassName
{
background-color: #4DFAF6;
}
.BgClassName
{
background-color: #4DFAF6;
}
</style>
border-color css
<style>
span { border-color: #4DFAF6; }
span { border-color: rgb(77,250,246); }
td.TdClassName
{
border-color: #4DFAF6;
}
.TagClassName
{
border-color: #4DFAF6;
}
</style>