Shades of Baby Blue #4DFAF1
Tints of Baby Blue #4DFAF1
RGB
CMYK
RGB Variations
Color information
#4DFAF1 (or 0x4DFAF1) is known color: Baby Blue. HEX triplet: 4D, FA and F1. RGB value is (77,250,241). Sum of RGB (Red+Green+Blue) = 77+250+241=568 (75% of max value = 765). Red value is 77 (30.47% from 255 or 13.56% from 568); Green value is 250 (98.05% from 255 or 44.01% from 568); Blue value is 241 (94.53% from 255 or 42.43% from 568); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFAF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFAF1 is #B2050E. Grayscale: #C5C5C5. Windows color (decimal): -11666703 or 15858253. OLE color: 15858253.
HSL color Cylindrical-coordinate representation of color #4DFAF1: hue angle of 176.88º 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 #4DFAF1 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 250 | 241 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.02 |
| HSL | 176.88º | 0.95% | 0.64% | - |
| HSV(B) | 176.88º | 0.69% | 0.98% | - |
| XYZ | 53.12 | 76.3 | 95.15 | - |
| YUV | 197.25 | 152.69 | 42.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 250 | 241 | 0.69 | 0 | 0.04 | 0.02 | 176.88 | 0.95 | 0.64 |
| Hex | 4D | FA | F1 | 45 | 0 | 4 | 2 | B1 | 5F | 40 |
| Octal | 115 | 372 | 361 | 105 | 0 | 4 | 2 | 261 | 137 | 100 |
| Binary | 1001101 | 11111010 | 11110001 | 1000101 | 0 | 100 | 10 | 10110001 | 1011111 | 1000000 |
Color Harmonies of #4DFAF1
Complementary color
Monochromatic Colors of #4DFAF1
Black with #4DFAF1
Text Example
Text Example
White with #4DFAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFAF1; }
p { color: rgb(77,250,241); }
H1.HeaderClassName
{
color: #4DFAF1;
}
.AnyTagClassName
{
color: #4DFAF1;
}
</style>
background-color css
<style>
a { background-color: #4DFAF1; }
a { background-color: rgb(77,250,241); }
div.DivClassName
{
background-color: #4DFAF1;
}
.BgClassName
{
background-color: #4DFAF1;
}
</style>
border-color css
<style>
span { border-color: #4DFAF1; }
span { border-color: rgb(77,250,241); }
td.TdClassName
{
border-color: #4DFAF1;
}
.TagClassName
{
border-color: #4DFAF1;
}
</style>