Shades of Baby Blue #4DF5FA
Tints of Baby Blue #4DF5FA
RGB
CMYK
RGB Variations
Color information
#4DF5FA (or 0x4DF5FA) is known color: Baby Blue. HEX triplet: 4D, F5 and FA. RGB value is (77,245,250). Sum of RGB (Red+Green+Blue) = 77+245+250=572 (75% of max value = 765). Red value is 77 (30.47% from 255 or 13.46% from 572); Green value is 245 (96.09% from 255 or 42.83% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #4DF5FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DF5FA is #B20A05. Grayscale: #C3C3C3. Windows color (decimal): -11667974 or 16446797. OLE color: 16446797.
HSL color Cylindrical-coordinate representation of color #4DF5FA: hue angle of 181.73º 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 #4DF5FA is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 245 | 250 | - |
| CMYK | 0.69 | 0.02 | 0 | 0.02 |
| HSL | 181.73º | 0.95% | 0.64% | - |
| HSV(B) | 181.73º | 0.69% | 0.98% | - |
| XYZ | 52.97 | 73.78 | 101.89 | - |
| YUV | 195.34 | 158.84 | 43.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 245 | 250 | 0.69 | 0.02 | 0 | 0.02 | 181.73 | 0.95 | 0.64 |
| Hex | 4D | F5 | FA | 45 | 2 | 0 | 2 | B6 | 5F | 40 |
| Octal | 115 | 365 | 372 | 105 | 2 | 0 | 2 | 266 | 137 | 100 |
| Binary | 1001101 | 11110101 | 11111010 | 1000101 | 10 | 0 | 10 | 10110110 | 1011111 | 1000000 |
Color Harmonies of #4DF5FA
Complementary color
Monochromatic Colors of #4DF5FA
Black with #4DF5FA
Text Example
Text Example
White with #4DF5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF5FA; }
p { color: rgb(77,245,250); }
H1.HeaderClassName
{
color: #4DF5FA;
}
.AnyTagClassName
{
color: #4DF5FA;
}
</style>
background-color css
<style>
a { background-color: #4DF5FA; }
a { background-color: rgb(77,245,250); }
div.DivClassName
{
background-color: #4DF5FA;
}
.BgClassName
{
background-color: #4DF5FA;
}
</style>
border-color css
<style>
span { border-color: #4DF5FA; }
span { border-color: rgb(77,245,250); }
td.TdClassName
{
border-color: #4DF5FA;
}
.TagClassName
{
border-color: #4DF5FA;
}
</style>