Shades of Baby Blue #4DFBEE
Tints of Baby Blue #4DFBEE
RGB
CMYK
RGB Variations
Color information
#4DFBEE (or 0x4DFBEE) is known color: Baby Blue. HEX triplet: 4D, FB and EE. RGB value is (77,251,238). Sum of RGB (Red+Green+Blue) = 77+251+238=566 (74% of max value = 765). Red value is 77 (30.47% from 255 or 13.60% from 566); Green value is 251 (98.44% from 255 or 44.35% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFBEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFBEE is #B20411. Grayscale: #C5C5C5. Windows color (decimal): -11666450 or 15661901. OLE color: 15661901.
HSL color Cylindrical-coordinate representation of color #4DFBEE: hue angle of 175.52º 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 #4DFBEE is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 251 | 238 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.02 |
| HSL | 175.52º | 0.96% | 0.64% | - |
| HSV(B) | 175.52º | 0.69% | 0.98% | - |
| XYZ | 52.99 | 76.75 | 92.91 | - |
| YUV | 197.49 | 150.85 | 42.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 251 | 238 | 0.69 | 0 | 0.05 | 0.02 | 175.52 | 0.96 | 0.64 |
| Hex | 4D | FB | EE | 45 | 0 | 5 | 2 | B0 | 60 | 40 |
| Octal | 115 | 373 | 356 | 105 | 0 | 5 | 2 | 260 | 140 | 100 |
| Binary | 1001101 | 11111011 | 11101110 | 1000101 | 0 | 101 | 10 | 10110000 | 1100000 | 1000000 |
Color Harmonies of #4DFBEE
Complementary color
Monochromatic Colors of #4DFBEE
Black with #4DFBEE
Text Example
Text Example
White with #4DFBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFBEE; }
p { color: rgb(77,251,238); }
H1.HeaderClassName
{
color: #4DFBEE;
}
.AnyTagClassName
{
color: #4DFBEE;
}
</style>
background-color css
<style>
a { background-color: #4DFBEE; }
a { background-color: rgb(77,251,238); }
div.DivClassName
{
background-color: #4DFBEE;
}
.BgClassName
{
background-color: #4DFBEE;
}
</style>
border-color css
<style>
span { border-color: #4DFBEE; }
span { border-color: rgb(77,251,238); }
td.TdClassName
{
border-color: #4DFBEE;
}
.TagClassName
{
border-color: #4DFBEE;
}
</style>