Shades of Baby Blue #4FFCFB
Tints of Baby Blue #4FFCFB
RGB
CMYK
RGB Variations
Color information
#4FFCFB (or 0x4FFCFB) is known color: Baby Blue. HEX triplet: 4F, FC and FB. RGB value is (79,252,251). Sum of RGB (Red+Green+Blue) = 79+252+251=582 (77% of max value = 765). Red value is 79 (31.25% from 255 or 13.57% from 582); Green value is 252 (98.83% from 255 or 43.30% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 252 - color contains mainly: green. Hex color #4FFCFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFCFB is #B00304. Grayscale: #C7C7C7. Windows color (decimal): -11535109 or 16514127. OLE color: 16514127.
HSL color Cylindrical-coordinate representation of color #4FFCFB: hue angle of 179.65º 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 #4FFCFB is Cyan = 0.69, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 252 | 251 | - |
| CMYK | 0.69 | 0 | 0.00 | 0.01 |
| HSL | 179.65º | 0.97% | 0.65% | - |
| HSV(B) | 179.65º | 0.69% | 0.99% | - |
| XYZ | 55.45 | 78.25 | 103.45 | - |
| YUV | 200.16 | 156.69 | 41.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 252 | 251 | 0.69 | 0 | 0.00 | 0.01 | 179.65 | 0.97 | 0.65 |
| Hex | 4F | FC | FB | 45 | 0 | 0 | 1 | B4 | 61 | 41 |
| Octal | 117 | 374 | 373 | 105 | 0 | 0 | 1 | 264 | 141 | 101 |
| Binary | 1001111 | 11111100 | 11111011 | 1000101 | 0 | 0 | 1 | 10110100 | 1100001 | 1000001 |
Color Harmonies of #4FFCFB
Complementary color
Monochromatic Colors of #4FFCFB
Black with #4FFCFB
Text Example
Text Example
White with #4FFCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFCFB; }
p { color: rgb(79,252,251); }
H1.HeaderClassName
{
color: #4FFCFB;
}
.AnyTagClassName
{
color: #4FFCFB;
}
</style>
background-color css
<style>
a { background-color: #4FFCFB; }
a { background-color: rgb(79,252,251); }
div.DivClassName
{
background-color: #4FFCFB;
}
.BgClassName
{
background-color: #4FFCFB;
}
</style>
border-color css
<style>
span { border-color: #4FFCFB; }
span { border-color: rgb(79,252,251); }
td.TdClassName
{
border-color: #4FFCFB;
}
.TagClassName
{
border-color: #4FFCFB;
}
</style>