Shades of Baby Blue #4DFFFF
Tints of Baby Blue #4DFFFF
RGB
CMYK
RGB Variations
Color information
#4DFFFF (or 0x4DFFFF) is known color: Baby Blue. HEX triplet: 4D, FF and FF. RGB value is (77,255,255). Sum of RGB (Red+Green+Blue) = 77+255+255=587 (77% of max value = 765). Red value is 77 (30.47% from 255 or 13.12% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #4DFFFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFFFF is #B20000. Grayscale: #C9C9C9. Windows color (decimal): -11665409 or 16777037. OLE color: 16777037.
HSL color Cylindrical-coordinate representation of color #4DFFFF: hue angle of 180º 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 #4DFFFF is Cyan = 0.70, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 77 | 255 | 255 | - |
CMYK | 0.70 | 0 | 0 | 0 |
HSL | 180º | 1% | 0.65% | - |
HSV(B) | 180º | 0.7% | 1% | - |
XYZ | 56.87 | 80.32 | 107.11 | - |
YUV | 201.78 | 158.03 | 39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 255 | 255 | 0.70 | 0 | 0 | 0 | 180 | 1 | 0.65 |
Hex | 4D | FF | FF | 46 | 0 | 0 | 0 | B4 | 64 | 41 |
Octal | 115 | 377 | 377 | 106 | 0 | 0 | 0 | 264 | 144 | 101 |
Binary | 1001101 | 11111111 | 11111111 | 1000110 | 0 | 0 | 0 | 10110100 | 1100100 | 1000001 |
Color Harmonies of #4DFFFF
Complementary color
Monochromatic Colors of #4DFFFF
Black with #4DFFFF
Text Example
Text Example
White with #4DFFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFFFF; }
p { color: rgb(77,255,255); }
H1.HeaderClassName
{
color: #4DFFFF;
}
.AnyTagClassName
{
color: #4DFFFF;
}
</style>
background-color css
<style>
a { background-color: #4DFFFF; }
a { background-color: rgb(77,255,255); }
div.DivClassName
{
background-color: #4DFFFF;
}
.BgClassName
{
background-color: #4DFFFF;
}
</style>
border-color css
<style>
span { border-color: #4DFFFF; }
span { border-color: rgb(77,255,255); }
td.TdClassName
{
border-color: #4DFFFF;
}
.TagClassName
{
border-color: #4DFFFF;
}
</style>