Shades of Baby Blue #4FFBF3
Tints of Baby Blue #4FFBF3
RGB
CMYK
RGB Variations
Color information
#4FFBF3 (or 0x4FFBF3) is known color: Baby Blue. HEX triplet: 4F, FB and F3. RGB value is (79,251,243). Sum of RGB (Red+Green+Blue) = 79+251+243=573 (75% of max value = 765). Red value is 79 (31.25% from 255 or 13.79% from 573); Green value is 251 (98.44% from 255 or 43.80% from 573); Blue value is 243 (95.31% from 255 or 42.41% from 573); Max value from RGB is 251 - color contains mainly: green. Hex color #4FFBF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFBF3 is #B0040C. Grayscale: #C6C6C6. Windows color (decimal): -11535373 or 15989583. OLE color: 15989583.
HSL color Cylindrical-coordinate representation of color #4FFBF3: hue angle of 177.21º 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 #4FFBF3 is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 251 | 243 | - |
| CMYK | 0.69 | 0 | 0.03 | 0.02 |
| HSL | 177.21º | 0.96% | 0.65% | - |
| HSV(B) | 177.21º | 0.69% | 0.98% | - |
| XYZ | 53.9 | 77.13 | 96.84 | - |
| YUV | 198.66 | 153.02 | 42.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 251 | 243 | 0.69 | 0 | 0.03 | 0.02 | 177.21 | 0.96 | 0.65 |
| Hex | 4F | FB | F3 | 45 | 0 | 3 | 2 | B1 | 60 | 41 |
| Octal | 117 | 373 | 363 | 105 | 0 | 3 | 2 | 261 | 140 | 101 |
| Binary | 1001111 | 11111011 | 11110011 | 1000101 | 0 | 11 | 10 | 10110001 | 1100000 | 1000001 |
Color Harmonies of #4FFBF3
Complementary color
Monochromatic Colors of #4FFBF3
Black with #4FFBF3
Text Example
Text Example
White with #4FFBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFBF3; }
p { color: rgb(79,251,243); }
H1.HeaderClassName
{
color: #4FFBF3;
}
.AnyTagClassName
{
color: #4FFBF3;
}
</style>
background-color css
<style>
a { background-color: #4FFBF3; }
a { background-color: rgb(79,251,243); }
div.DivClassName
{
background-color: #4FFBF3;
}
.BgClassName
{
background-color: #4FFBF3;
}
</style>
border-color css
<style>
span { border-color: #4FFBF3; }
span { border-color: rgb(79,251,243); }
td.TdClassName
{
border-color: #4FFBF3;
}
.TagClassName
{
border-color: #4FFBF3;
}
</style>