Shades of Baby Blue #4DFEF2
Tints of Baby Blue #4DFEF2
RGB
CMYK
RGB Variations
Color information
#4DFEF2 (or 0x4DFEF2) is known color: Baby Blue. HEX triplet: 4D, FE and F2. RGB value is (77,254,242). Sum of RGB (Red+Green+Blue) = 77+254+242=573 (75% of max value = 765). Red value is 77 (30.47% from 255 or 13.44% from 573); Green value is 254 (99.61% from 255 or 44.33% from 573); Blue value is 242 (94.92% from 255 or 42.23% from 573); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFEF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFEF2 is #B2010D. Grayscale: #C7C7C7. Windows color (decimal): -11665678 or 15924813. OLE color: 15924813.
HSL color Cylindrical-coordinate representation of color #4DFEF2: hue angle of 175.93º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DFEF2 is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 254 | 242 | - |
| CMYK | 0.70 | 0 | 0.05 | 0.00 |
| HSL | 175.93º | 0.99% | 0.65% | - |
| HSV(B) | 175.93º | 0.7% | 1% | - |
| XYZ | 54.53 | 78.87 | 96.35 | - |
| YUV | 199.71 | 151.86 | 40.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 254 | 242 | 0.70 | 0 | 0.05 | 0.00 | 175.93 | 0.99 | 0.65 |
| Hex | 4D | FE | F2 | 46 | 0 | 5 | 0 | B0 | 63 | 41 |
| Octal | 115 | 376 | 362 | 106 | 0 | 5 | 0 | 260 | 143 | 101 |
| Binary | 1001101 | 11111110 | 11110010 | 1000110 | 0 | 101 | 0 | 10110000 | 1100011 | 1000001 |
Color Harmonies of #4DFEF2
Complementary color
Monochromatic Colors of #4DFEF2
Black with #4DFEF2
Text Example
Text Example
White with #4DFEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFEF2; }
p { color: rgb(77,254,242); }
H1.HeaderClassName
{
color: #4DFEF2;
}
.AnyTagClassName
{
color: #4DFEF2;
}
</style>
background-color css
<style>
a { background-color: #4DFEF2; }
a { background-color: rgb(77,254,242); }
div.DivClassName
{
background-color: #4DFEF2;
}
.BgClassName
{
background-color: #4DFEF2;
}
</style>
border-color css
<style>
span { border-color: #4DFEF2; }
span { border-color: rgb(77,254,242); }
td.TdClassName
{
border-color: #4DFEF2;
}
.TagClassName
{
border-color: #4DFEF2;
}
</style>