Shades of Baby Blue #4FECFC
Tints of Baby Blue #4FECFC
RGB
CMYK
RGB Variations
Color information
#4FECFC (or 0x4FECFC) is known color: Baby Blue. HEX triplet: 4F, EC and FC. RGB value is (79,236,252). Sum of RGB (Red+Green+Blue) = 79+236+252=567 (75% of max value = 765). Red value is 79 (31.25% from 255 or 13.93% from 567); Green value is 236 (92.58% from 255 or 41.62% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #4FECFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FECFC is #B01303. Grayscale: #BEBEBE. Windows color (decimal): -11539204 or 16575567. OLE color: 16575567.
HSL color Cylindrical-coordinate representation of color #4FECFC: hue angle of 185.55º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FECFC is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 236 | 252 | - |
| CMYK | 0.69 | 0.06 | 0 | 0.01 |
| HSL | 185.55º | 0.97% | 0.65% | - |
| HSV(B) | 185.55º | 0.69% | 0.99% | - |
| XYZ | 50.79 | 68.68 | 102.68 | - |
| YUV | 190.88 | 162.49 | 48.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 236 | 252 | 0.69 | 0.06 | 0 | 0.01 | 185.55 | 0.97 | 0.65 |
| Hex | 4F | EC | FC | 45 | 6 | 0 | 1 | BA | 61 | 41 |
| Octal | 117 | 354 | 374 | 105 | 6 | 0 | 1 | 272 | 141 | 101 |
| Binary | 1001111 | 11101100 | 11111100 | 1000101 | 110 | 0 | 1 | 10111010 | 1100001 | 1000001 |
Color Harmonies of #4FECFC
Complementary color
Monochromatic Colors of #4FECFC
Black with #4FECFC
Text Example
Text Example
White with #4FECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FECFC; }
p { color: rgb(79,236,252); }
H1.HeaderClassName
{
color: #4FECFC;
}
.AnyTagClassName
{
color: #4FECFC;
}
</style>
background-color css
<style>
a { background-color: #4FECFC; }
a { background-color: rgb(79,236,252); }
div.DivClassName
{
background-color: #4FECFC;
}
.BgClassName
{
background-color: #4FECFC;
}
</style>
border-color css
<style>
span { border-color: #4FECFC; }
span { border-color: rgb(79,236,252); }
td.TdClassName
{
border-color: #4FECFC;
}
.TagClassName
{
border-color: #4FECFC;
}
</style>