Shades of Baby Blue #4FFDFB
Tints of Baby Blue #4FFDFB
RGB
CMYK
RGB Variations
Color information
#4FFDFB (or 0x4FFDFB) is known color: Baby Blue. HEX triplet: 4F, FD and FB. RGB value is (79,253,251). Sum of RGB (Red+Green+Blue) = 79+253+251=583 (77% of max value = 765). Red value is 79 (31.25% from 255 or 13.55% from 583); Green value is 253 (99.22% from 255 or 43.40% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 253 - color contains mainly: green. Hex color #4FFDFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFDFB is #B00204. Grayscale: #C8C8C8. Windows color (decimal): -11534853 or 16514383. OLE color: 16514383.
HSL color Cylindrical-coordinate representation of color #4FFDFB: hue angle of 179.31º degrees, saturation: 0.98, 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 #4FFDFB is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 253 | 251 | - |
| CMYK | 0.69 | 0 | 0.01 | 0.01 |
| HSL | 179.31º | 0.98% | 0.65% | - |
| HSV(B) | 179.31º | 0.69% | 0.99% | - |
| XYZ | 55.76 | 78.88 | 103.55 | - |
| YUV | 200.75 | 156.35 | 41.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 253 | 251 | 0.69 | 0 | 0.01 | 0.01 | 179.31 | 0.98 | 0.65 |
| Hex | 4F | FD | FB | 45 | 0 | 1 | 1 | B3 | 62 | 41 |
| Octal | 117 | 375 | 373 | 105 | 0 | 1 | 1 | 263 | 142 | 101 |
| Binary | 1001111 | 11111101 | 11111011 | 1000101 | 0 | 1 | 1 | 10110011 | 1100010 | 1000001 |
Color Harmonies of #4FFDFB
Complementary color
Monochromatic Colors of #4FFDFB
Black with #4FFDFB
Text Example
Text Example
White with #4FFDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFDFB; }
p { color: rgb(79,253,251); }
H1.HeaderClassName
{
color: #4FFDFB;
}
.AnyTagClassName
{
color: #4FFDFB;
}
</style>
background-color css
<style>
a { background-color: #4FFDFB; }
a { background-color: rgb(79,253,251); }
div.DivClassName
{
background-color: #4FFDFB;
}
.BgClassName
{
background-color: #4FFDFB;
}
</style>
border-color css
<style>
span { border-color: #4FFDFB; }
span { border-color: rgb(79,253,251); }
td.TdClassName
{
border-color: #4FFDFB;
}
.TagClassName
{
border-color: #4FFDFB;
}
</style>