Shades of Baby Blue #4DFBF2
Tints of Baby Blue #4DFBF2
RGB
CMYK
RGB Variations
Color information
#4DFBF2 (or 0x4DFBF2) is known color: Baby Blue. HEX triplet: 4D, FB and F2. RGB value is (77,251,242). Sum of RGB (Red+Green+Blue) = 77+251+242=570 (75% of max value = 765). Red value is 77 (30.47% from 255 or 13.51% from 570); Green value is 251 (98.44% from 255 or 44.04% from 570); Blue value is 242 (94.92% from 255 or 42.46% from 570); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFBF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFBF2 is #B2040D. Grayscale: #C5C5C5. Windows color (decimal): -11666446 or 15924045. OLE color: 15924045.
HSL color Cylindrical-coordinate representation of color #4DFBF2: hue angle of 176.9º degrees, saturation: 0.96, 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 #4DFBF2 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 251 | 242 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.02 |
| HSL | 176.9º | 0.96% | 0.64% | - |
| HSV(B) | 176.9º | 0.69% | 0.98% | - |
| XYZ | 53.58 | 76.98 | 96.04 | - |
| YUV | 197.95 | 152.85 | 41.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 251 | 242 | 0.69 | 0 | 0.04 | 0.02 | 176.9 | 0.96 | 0.64 |
| Hex | 4D | FB | F2 | 45 | 0 | 4 | 2 | B1 | 60 | 40 |
| Octal | 115 | 373 | 362 | 105 | 0 | 4 | 2 | 261 | 140 | 100 |
| Binary | 1001101 | 11111011 | 11110010 | 1000101 | 0 | 100 | 10 | 10110001 | 1100000 | 1000000 |
Color Harmonies of #4DFBF2
Complementary color
Monochromatic Colors of #4DFBF2
Black with #4DFBF2
Text Example
Text Example
White with #4DFBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFBF2; }
p { color: rgb(77,251,242); }
H1.HeaderClassName
{
color: #4DFBF2;
}
.AnyTagClassName
{
color: #4DFBF2;
}
</style>
background-color css
<style>
a { background-color: #4DFBF2; }
a { background-color: rgb(77,251,242); }
div.DivClassName
{
background-color: #4DFBF2;
}
.BgClassName
{
background-color: #4DFBF2;
}
</style>
border-color css
<style>
span { border-color: #4DFBF2; }
span { border-color: rgb(77,251,242); }
td.TdClassName
{
border-color: #4DFBF2;
}
.TagClassName
{
border-color: #4DFBF2;
}
</style>