Shades of Baby Blue #4DFCFF
Tints of Baby Blue #4DFCFF
RGB
CMYK
RGB Variations
Color information
#4DFCFF (or 0x4DFCFF) is known color: Baby Blue. HEX triplet: 4D, FC and FF. RGB value is (77,252,255). Sum of RGB (Red+Green+Blue) = 77+252+255=584 (77% of max value = 765). Red value is 77 (30.47% from 255 or 13.18% from 584); Green value is 252 (98.83% from 255 or 43.15% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #4DFCFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFCFF is #B20300. Grayscale: #C7C7C7. Windows color (decimal): -11666177 or 16776269. OLE color: 16776269.
HSL color Cylindrical-coordinate representation of color #4DFCFF: hue angle of 181.01º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DFCFF is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 252 | 255 | - |
| CMYK | 0.70 | 0.01 | 0 | 0 |
| HSL | 181.01º | 1% | 0.65% | - |
| HSV(B) | 181.01º | 0.7% | 1% | - |
| XYZ | 55.92 | 78.42 | 106.8 | - |
| YUV | 200.02 | 159.02 | 40.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 252 | 255 | 0.70 | 0.01 | 0 | 0 | 181.01 | 1 | 0.65 |
| Hex | 4D | FC | FF | 46 | 1 | 0 | 0 | B5 | 64 | 41 |
| Octal | 115 | 374 | 377 | 106 | 1 | 0 | 0 | 265 | 144 | 101 |
| Binary | 1001101 | 11111100 | 11111111 | 1000110 | 1 | 0 | 0 | 10110101 | 1100100 | 1000001 |
Color Harmonies of #4DFCFF
Complementary color
Monochromatic Colors of #4DFCFF
Black with #4DFCFF
Text Example
Text Example
White with #4DFCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFCFF; }
p { color: rgb(77,252,255); }
H1.HeaderClassName
{
color: #4DFCFF;
}
.AnyTagClassName
{
color: #4DFCFF;
}
</style>
background-color css
<style>
a { background-color: #4DFCFF; }
a { background-color: rgb(77,252,255); }
div.DivClassName
{
background-color: #4DFCFF;
}
.BgClassName
{
background-color: #4DFCFF;
}
</style>
border-color css
<style>
span { border-color: #4DFCFF; }
span { border-color: rgb(77,252,255); }
td.TdClassName
{
border-color: #4DFCFF;
}
.TagClassName
{
border-color: #4DFCFF;
}
</style>