Shades of Baby Blue #4FECFA
Tints of Baby Blue #4FECFA
RGB
CMYK
RGB Variations
Color information
#4FECFA (or 0x4FECFA) is known color: Baby Blue. HEX triplet: 4F, EC and FA. RGB value is (79,236,250). Sum of RGB (Red+Green+Blue) = 79+236+250=565 (74% of max value = 765). Red value is 79 (31.25% from 255 or 13.98% from 565); Green value is 236 (92.58% from 255 or 41.77% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #4FECFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FECFA is #B01305. Grayscale: #BEBEBE. Windows color (decimal): -11539206 or 16444495. OLE color: 16444495.
HSL color Cylindrical-coordinate representation of color #4FECFA: hue angle of 184.91º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FECFA is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 236 | 250 | - |
| CMYK | 0.68 | 0.06 | 0 | 0.02 |
| HSL | 184.91º | 0.94% | 0.65% | - |
| HSV(B) | 184.91º | 0.68% | 0.98% | - |
| XYZ | 50.48 | 68.56 | 101.01 | - |
| YUV | 190.65 | 161.49 | 48.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 236 | 250 | 0.68 | 0.06 | 0 | 0.02 | 184.91 | 0.94 | 0.65 |
| Hex | 4F | EC | FA | 44 | 6 | 0 | 2 | B9 | 5E | 41 |
| Octal | 117 | 354 | 372 | 104 | 6 | 0 | 2 | 271 | 136 | 101 |
| Binary | 1001111 | 11101100 | 11111010 | 1000100 | 110 | 0 | 10 | 10111001 | 1011110 | 1000001 |
Color Harmonies of #4FECFA
Complementary color
Monochromatic Colors of #4FECFA
Black with #4FECFA
Text Example
Text Example
White with #4FECFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FECFA; }
p { color: rgb(79,236,250); }
H1.HeaderClassName
{
color: #4FECFA;
}
.AnyTagClassName
{
color: #4FECFA;
}
</style>
background-color css
<style>
a { background-color: #4FECFA; }
a { background-color: rgb(79,236,250); }
div.DivClassName
{
background-color: #4FECFA;
}
.BgClassName
{
background-color: #4FECFA;
}
</style>
border-color css
<style>
span { border-color: #4FECFA; }
span { border-color: rgb(79,236,250); }
td.TdClassName
{
border-color: #4FECFA;
}
.TagClassName
{
border-color: #4FECFA;
}
</style>