Shades of Baby Blue #4DFAF0
Tints of Baby Blue #4DFAF0
RGB
CMYK
RGB Variations
Color information
#4DFAF0 (or 0x4DFAF0) is known color: Baby Blue. HEX triplet: 4D, FA and F0. RGB value is (77,250,240). Sum of RGB (Red+Green+Blue) = 77+250+240=567 (75% of max value = 765). Red value is 77 (30.47% from 255 or 13.58% from 567); Green value is 250 (98.05% from 255 or 44.09% from 567); Blue value is 240 (94.14% from 255 or 42.33% from 567); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFAF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFAF0 is #B2050F. Grayscale: #C5C5C5. Windows color (decimal): -11666704 or 15792717. OLE color: 15792717.
HSL color Cylindrical-coordinate representation of color #4DFAF0: hue angle of 176.53º 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 #4DFAF0 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 250 | 240 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.02 |
| HSL | 176.53º | 0.95% | 0.64% | - |
| HSV(B) | 176.53º | 0.69% | 0.98% | - |
| XYZ | 52.97 | 76.24 | 94.36 | - |
| YUV | 197.13 | 152.19 | 42.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 250 | 240 | 0.69 | 0 | 0.04 | 0.02 | 176.53 | 0.95 | 0.64 |
| Hex | 4D | FA | F0 | 45 | 0 | 4 | 2 | B1 | 5F | 40 |
| Octal | 115 | 372 | 360 | 105 | 0 | 4 | 2 | 261 | 137 | 100 |
| Binary | 1001101 | 11111010 | 11110000 | 1000101 | 0 | 100 | 10 | 10110001 | 1011111 | 1000000 |
Color Harmonies of #4DFAF0
Complementary color
Monochromatic Colors of #4DFAF0
Black with #4DFAF0
Text Example
Text Example
White with #4DFAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFAF0; }
p { color: rgb(77,250,240); }
H1.HeaderClassName
{
color: #4DFAF0;
}
.AnyTagClassName
{
color: #4DFAF0;
}
</style>
background-color css
<style>
a { background-color: #4DFAF0; }
a { background-color: rgb(77,250,240); }
div.DivClassName
{
background-color: #4DFAF0;
}
.BgClassName
{
background-color: #4DFAF0;
}
</style>
border-color css
<style>
span { border-color: #4DFAF0; }
span { border-color: rgb(77,250,240); }
td.TdClassName
{
border-color: #4DFAF0;
}
.TagClassName
{
border-color: #4DFAF0;
}
</style>