Shades of Baby Blue #4FFAFC
Tints of Baby Blue #4FFAFC
RGB
CMYK
RGB Variations
Color information
#4FFAFC (or 0x4FFAFC) is known color: Baby Blue. HEX triplet: 4F, FA and FC. RGB value is (79,250,252). Sum of RGB (Red+Green+Blue) = 79+250+252=581 (76% of max value = 765). Red value is 79 (31.25% from 255 or 13.60% from 581); Green value is 250 (98.05% from 255 or 43.03% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #4FFAFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFAFC is #B00503. Grayscale: #C6C6C6. Windows color (decimal): -11535620 or 16579151. OLE color: 16579151.
HSL color Cylindrical-coordinate representation of color #4FFAFC: hue angle of 180.69º 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 #4FFAFC is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 250 | 252 | - |
| CMYK | 0.69 | 0.01 | 0 | 0.01 |
| HSL | 180.69º | 0.97% | 0.65% | - |
| HSV(B) | 180.69º | 0.69% | 0.99% | - |
| XYZ | 54.98 | 77.06 | 104.07 | - |
| YUV | 199.1 | 157.85 | 42.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 250 | 252 | 0.69 | 0.01 | 0 | 0.01 | 180.69 | 0.97 | 0.65 |
| Hex | 4F | FA | FC | 45 | 1 | 0 | 1 | B5 | 61 | 41 |
| Octal | 117 | 372 | 374 | 105 | 1 | 0 | 1 | 265 | 141 | 101 |
| Binary | 1001111 | 11111010 | 11111100 | 1000101 | 1 | 0 | 1 | 10110101 | 1100001 | 1000001 |
Color Harmonies of #4FFAFC
Complementary color
Monochromatic Colors of #4FFAFC
Black with #4FFAFC
Text Example
Text Example
White with #4FFAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFAFC; }
p { color: rgb(79,250,252); }
H1.HeaderClassName
{
color: #4FFAFC;
}
.AnyTagClassName
{
color: #4FFAFC;
}
</style>
background-color css
<style>
a { background-color: #4FFAFC; }
a { background-color: rgb(79,250,252); }
div.DivClassName
{
background-color: #4FFAFC;
}
.BgClassName
{
background-color: #4FFAFC;
}
</style>
border-color css
<style>
span { border-color: #4FFAFC; }
span { border-color: rgb(79,250,252); }
td.TdClassName
{
border-color: #4FFAFC;
}
.TagClassName
{
border-color: #4FFAFC;
}
</style>