Shades of Baby Blue #4FFBFA
Tints of Baby Blue #4FFBFA
RGB
CMYK
RGB Variations
Color information
#4FFBFA (or 0x4FFBFA) is known color: Baby Blue. HEX triplet: 4F, FB and FA. RGB value is (79,251,250). Sum of RGB (Red+Green+Blue) = 79+251+250=580 (76% of max value = 765). Red value is 79 (31.25% from 255 or 13.62% from 580); Green value is 251 (98.44% from 255 or 43.28% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 251 - color contains mainly: green. Hex color #4FFBFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFBFA is #B00405. Grayscale: #C7C7C7. Windows color (decimal): -11535366 or 16448335. OLE color: 16448335.
HSL color Cylindrical-coordinate representation of color #4FFBFA: hue angle of 179.65º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFBFA is Cyan = 0.69, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 251 | 250 | - |
| CMYK | 0.69 | 0 | 0.00 | 0.02 |
| HSL | 179.65º | 0.96% | 0.65% | - |
| HSV(B) | 179.65º | 0.69% | 0.98% | - |
| XYZ | 54.98 | 77.56 | 102.52 | - |
| YUV | 199.46 | 156.52 | 42.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 251 | 250 | 0.69 | 0 | 0.00 | 0.02 | 179.65 | 0.96 | 0.65 |
| Hex | 4F | FB | FA | 45 | 0 | 0 | 2 | B4 | 60 | 41 |
| Octal | 117 | 373 | 372 | 105 | 0 | 0 | 2 | 264 | 140 | 101 |
| Binary | 1001111 | 11111011 | 11111010 | 1000101 | 0 | 0 | 10 | 10110100 | 1100000 | 1000001 |
Color Harmonies of #4FFBFA
Complementary color
Monochromatic Colors of #4FFBFA
Black with #4FFBFA
Text Example
Text Example
White with #4FFBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFBFA; }
p { color: rgb(79,251,250); }
H1.HeaderClassName
{
color: #4FFBFA;
}
.AnyTagClassName
{
color: #4FFBFA;
}
</style>
background-color css
<style>
a { background-color: #4FFBFA; }
a { background-color: rgb(79,251,250); }
div.DivClassName
{
background-color: #4FFBFA;
}
.BgClassName
{
background-color: #4FFBFA;
}
</style>
border-color css
<style>
span { border-color: #4FFBFA; }
span { border-color: rgb(79,251,250); }
td.TdClassName
{
border-color: #4FFBFA;
}
.TagClassName
{
border-color: #4FFBFA;
}
</style>