Shades of Baby Blue #4FECFB
Tints of Baby Blue #4FECFB
RGB
CMYK
RGB Variations
Color information
#4FECFB (or 0x4FECFB) is known color: Baby Blue. HEX triplet: 4F, EC and FB. RGB value is (79,236,251). Sum of RGB (Red+Green+Blue) = 79+236+251=566 (74% of max value = 765). Red value is 79 (31.25% from 255 or 13.96% from 566); Green value is 236 (92.58% from 255 or 41.70% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #4FECFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FECFB is #B01304. Grayscale: #BEBEBE. Windows color (decimal): -11539205 or 16510031. OLE color: 16510031.
HSL color Cylindrical-coordinate representation of color #4FECFB: hue angle of 185.23º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FECFB is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 236 | 251 | - |
| CMYK | 0.69 | 0.06 | 0 | 0.02 |
| HSL | 185.23º | 0.96% | 0.65% | - |
| HSV(B) | 185.23º | 0.69% | 0.98% | - |
| XYZ | 50.63 | 68.62 | 101.84 | - |
| YUV | 190.77 | 161.99 | 48.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 236 | 251 | 0.69 | 0.06 | 0 | 0.02 | 185.23 | 0.96 | 0.65 |
| Hex | 4F | EC | FB | 45 | 6 | 0 | 2 | B9 | 60 | 41 |
| Octal | 117 | 354 | 373 | 105 | 6 | 0 | 2 | 271 | 140 | 101 |
| Binary | 1001111 | 11101100 | 11111011 | 1000101 | 110 | 0 | 10 | 10111001 | 1100000 | 1000001 |
Color Harmonies of #4FECFB
Complementary color
Monochromatic Colors of #4FECFB
Black with #4FECFB
Text Example
Text Example
White with #4FECFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FECFB; }
p { color: rgb(79,236,251); }
H1.HeaderClassName
{
color: #4FECFB;
}
.AnyTagClassName
{
color: #4FECFB;
}
</style>
background-color css
<style>
a { background-color: #4FECFB; }
a { background-color: rgb(79,236,251); }
div.DivClassName
{
background-color: #4FECFB;
}
.BgClassName
{
background-color: #4FECFB;
}
</style>
border-color css
<style>
span { border-color: #4FECFB; }
span { border-color: rgb(79,236,251); }
td.TdClassName
{
border-color: #4FECFB;
}
.TagClassName
{
border-color: #4FECFB;
}
</style>