Shades of Baby Blue #4FFCF7
Tints of Baby Blue #4FFCF7
RGB
CMYK
RGB Variations
Color information
#4FFCF7 (or 0x4FFCF7) is known color: Baby Blue. HEX triplet: 4F, FC and F7. RGB value is (79,252,247). Sum of RGB (Red+Green+Blue) = 79+252+247=578 (76% of max value = 765). Red value is 79 (31.25% from 255 or 13.67% from 578); Green value is 252 (98.83% from 255 or 43.60% from 578); Blue value is 247 (96.88% from 255 or 42.73% from 578); Max value from RGB is 252 - color contains mainly: green. Hex color #4FFCF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFCF7 is #B00308. Grayscale: #C7C7C7. Windows color (decimal): -11535113 or 16251983. OLE color: 16251983.
HSL color Cylindrical-coordinate representation of color #4FFCF7: hue angle of 178.27º 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 #4FFCF7 is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 252 | 247 | - |
| CMYK | 0.69 | 0 | 0.02 | 0.01 |
| HSL | 178.27º | 0.97% | 0.65% | - |
| HSV(B) | 178.27º | 0.69% | 0.99% | - |
| XYZ | 54.82 | 78 | 100.16 | - |
| YUV | 199.7 | 154.69 | 41.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 252 | 247 | 0.69 | 0 | 0.02 | 0.01 | 178.27 | 0.97 | 0.65 |
| Hex | 4F | FC | F7 | 45 | 0 | 2 | 1 | B2 | 61 | 41 |
| Octal | 117 | 374 | 367 | 105 | 0 | 2 | 1 | 262 | 141 | 101 |
| Binary | 1001111 | 11111100 | 11110111 | 1000101 | 0 | 10 | 1 | 10110010 | 1100001 | 1000001 |
Color Harmonies of #4FFCF7
Complementary color
Monochromatic Colors of #4FFCF7
Black with #4FFCF7
Text Example
Text Example
White with #4FFCF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFCF7; }
p { color: rgb(79,252,247); }
H1.HeaderClassName
{
color: #4FFCF7;
}
.AnyTagClassName
{
color: #4FFCF7;
}
</style>
background-color css
<style>
a { background-color: #4FFCF7; }
a { background-color: rgb(79,252,247); }
div.DivClassName
{
background-color: #4FFCF7;
}
.BgClassName
{
background-color: #4FFCF7;
}
</style>
border-color css
<style>
span { border-color: #4FFCF7; }
span { border-color: rgb(79,252,247); }
td.TdClassName
{
border-color: #4FFCF7;
}
.TagClassName
{
border-color: #4FFCF7;
}
</style>