Shades of Baby Blue #4DFAFA
Tints of Baby Blue #4DFAFA
RGB
CMYK
RGB Variations
Color information
#4DFAFA (or 0x4DFAFA) is known color: Baby Blue. HEX triplet: 4D, FA and FA. RGB value is (77,250,250). Sum of RGB (Red+Green+Blue) = 77+250+250=577 (76% of max value = 765). Red value is 77 (30.47% from 255 or 13.34% from 577); Green value is 250 (98.05% from 255 or 43.33% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #4DFAFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFAFA is #B20505. Grayscale: #C6C6C6. Windows color (decimal): -11666694 or 16448077. OLE color: 16448077.
HSL color Cylindrical-coordinate representation of color #4DFAFA: hue angle of 180º degrees, saturation: 0.95, 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 #4DFAFA is Cyan = 0.69, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 250 | 250 | - |
| CMYK | 0.69 | 0 | 0 | 0.02 |
| HSL | 180º | 0.95% | 0.64% | - |
| HSV(B) | 180º | 0.69% | 0.98% | - |
| XYZ | 54.5 | 76.85 | 102.4 | - |
| YUV | 198.27 | 157.19 | 41.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 250 | 250 | 0.69 | 0 | 0 | 0.02 | 180 | 0.95 | 0.64 |
| Hex | 4D | FA | FA | 45 | 0 | 0 | 2 | B4 | 5F | 40 |
| Octal | 115 | 372 | 372 | 105 | 0 | 0 | 2 | 264 | 137 | 100 |
| Binary | 1001101 | 11111010 | 11111010 | 1000101 | 0 | 0 | 10 | 10110100 | 1011111 | 1000000 |
Color Harmonies of #4DFAFA
Complementary color
Monochromatic Colors of #4DFAFA
Black with #4DFAFA
Text Example
Text Example
White with #4DFAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFAFA; }
p { color: rgb(77,250,250); }
H1.HeaderClassName
{
color: #4DFAFA;
}
.AnyTagClassName
{
color: #4DFAFA;
}
</style>
background-color css
<style>
a { background-color: #4DFAFA; }
a { background-color: rgb(77,250,250); }
div.DivClassName
{
background-color: #4DFAFA;
}
.BgClassName
{
background-color: #4DFAFA;
}
</style>
border-color css
<style>
span { border-color: #4DFAFA; }
span { border-color: rgb(77,250,250); }
td.TdClassName
{
border-color: #4DFAFA;
}
.TagClassName
{
border-color: #4DFAFA;
}
</style>