Shades of Baby Blue #4FEBFC
Tints of Baby Blue #4FEBFC
RGB
CMYK
RGB Variations
Color information
#4FEBFC (or 0x4FEBFC) is known color: Baby Blue. HEX triplet: 4F, EB and FC. RGB value is (79,235,252). Sum of RGB (Red+Green+Blue) = 79+235+252=566 (74% of max value = 765). Red value is 79 (31.25% from 255 or 13.96% from 566); Green value is 235 (92.19% from 255 or 41.52% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #4FEBFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FEBFC is #B01403. Grayscale: #BEBEBE. Windows color (decimal): -11539460 or 16575311. OLE color: 16575311.
HSL color Cylindrical-coordinate representation of color #4FEBFC: hue angle of 185.9º 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 #4FEBFC is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 235 | 252 | - |
| CMYK | 0.69 | 0.07 | 0 | 0.01 |
| HSL | 185.9º | 0.97% | 0.65% | - |
| HSV(B) | 185.9º | 0.69% | 0.99% | - |
| XYZ | 50.5 | 68.11 | 102.58 | - |
| YUV | 190.29 | 162.82 | 48.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 235 | 252 | 0.69 | 0.07 | 0 | 0.01 | 185.9 | 0.97 | 0.65 |
| Hex | 4F | EB | FC | 45 | 7 | 0 | 1 | BA | 61 | 41 |
| Octal | 117 | 353 | 374 | 105 | 7 | 0 | 1 | 272 | 141 | 101 |
| Binary | 1001111 | 11101011 | 11111100 | 1000101 | 111 | 0 | 1 | 10111010 | 1100001 | 1000001 |
Color Harmonies of #4FEBFC
Complementary color
Monochromatic Colors of #4FEBFC
Black with #4FEBFC
Text Example
Text Example
White with #4FEBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEBFC; }
p { color: rgb(79,235,252); }
H1.HeaderClassName
{
color: #4FEBFC;
}
.AnyTagClassName
{
color: #4FEBFC;
}
</style>
background-color css
<style>
a { background-color: #4FEBFC; }
a { background-color: rgb(79,235,252); }
div.DivClassName
{
background-color: #4FEBFC;
}
.BgClassName
{
background-color: #4FEBFC;
}
</style>
border-color css
<style>
span { border-color: #4FEBFC; }
span { border-color: rgb(79,235,252); }
td.TdClassName
{
border-color: #4FEBFC;
}
.TagClassName
{
border-color: #4FEBFC;
}
</style>