Shades of Baby Blue #4DF8FA
Tints of Baby Blue #4DF8FA
RGB
CMYK
RGB Variations
Color information
#4DF8FA (or 0x4DF8FA) is known color: Baby Blue. HEX triplet: 4D, F8 and FA. RGB value is (77,248,250). Sum of RGB (Red+Green+Blue) = 77+248+250=575 (76% of max value = 765). Red value is 77 (30.47% from 255 or 13.39% from 575); Green value is 248 (97.27% from 255 or 43.13% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #4DF8FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DF8FA is #B20705. Grayscale: #C4C4C4. Windows color (decimal): -11667206 or 16447565. OLE color: 16447565.
HSL color Cylindrical-coordinate representation of color #4DF8FA: hue angle of 180.69º 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 #4DF8FA is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 248 | 250 | - |
| CMYK | 0.69 | 0.01 | 0 | 0.02 |
| HSL | 180.69º | 0.95% | 0.64% | - |
| HSV(B) | 180.69º | 0.69% | 0.98% | - |
| XYZ | 53.88 | 75.61 | 102.2 | - |
| YUV | 197.1 | 157.85 | 42.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 248 | 250 | 0.69 | 0.01 | 0 | 0.02 | 180.69 | 0.95 | 0.64 |
| Hex | 4D | F8 | FA | 45 | 1 | 0 | 2 | B5 | 5F | 40 |
| Octal | 115 | 370 | 372 | 105 | 1 | 0 | 2 | 265 | 137 | 100 |
| Binary | 1001101 | 11111000 | 11111010 | 1000101 | 1 | 0 | 10 | 10110101 | 1011111 | 1000000 |
Color Harmonies of #4DF8FA
Complementary color
Monochromatic Colors of #4DF8FA
Black with #4DF8FA
Text Example
Text Example
White with #4DF8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF8FA; }
p { color: rgb(77,248,250); }
H1.HeaderClassName
{
color: #4DF8FA;
}
.AnyTagClassName
{
color: #4DF8FA;
}
</style>
background-color css
<style>
a { background-color: #4DF8FA; }
a { background-color: rgb(77,248,250); }
div.DivClassName
{
background-color: #4DF8FA;
}
.BgClassName
{
background-color: #4DF8FA;
}
</style>
border-color css
<style>
span { border-color: #4DF8FA; }
span { border-color: rgb(77,248,250); }
td.TdClassName
{
border-color: #4DF8FA;
}
.TagClassName
{
border-color: #4DF8FA;
}
</style>