Shades of Baby Blue #4FFBF4
Tints of Baby Blue #4FFBF4
RGB
CMYK
RGB Variations
Color information
#4FFBF4 (or 0x4FFBF4) is known color: Baby Blue. HEX triplet: 4F, FB and F4. RGB value is (79,251,244). Sum of RGB (Red+Green+Blue) = 79+251+244=574 (76% of max value = 765). Red value is 79 (31.25% from 255 or 13.76% from 574); Green value is 251 (98.44% from 255 or 43.73% from 574); Blue value is 244 (95.70% from 255 or 42.51% from 574); Max value from RGB is 251 - color contains mainly: green. Hex color #4FFBF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFBF4 is #B0040B. Grayscale: #C6C6C6. Windows color (decimal): -11535372 or 16055119. OLE color: 16055119.
HSL color Cylindrical-coordinate representation of color #4FFBF4: hue angle of 177.56º 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 #4FFBF4 is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 251 | 244 | - |
| CMYK | 0.69 | 0 | 0.03 | 0.02 |
| HSL | 177.56º | 0.96% | 0.65% | - |
| HSV(B) | 177.56º | 0.69% | 0.98% | - |
| XYZ | 54.05 | 77.19 | 97.64 | - |
| YUV | 198.77 | 153.52 | 42.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 251 | 244 | 0.69 | 0 | 0.03 | 0.02 | 177.56 | 0.96 | 0.65 |
| Hex | 4F | FB | F4 | 45 | 0 | 3 | 2 | B2 | 60 | 41 |
| Octal | 117 | 373 | 364 | 105 | 0 | 3 | 2 | 262 | 140 | 101 |
| Binary | 1001111 | 11111011 | 11110100 | 1000101 | 0 | 11 | 10 | 10110010 | 1100000 | 1000001 |
Color Harmonies of #4FFBF4
Complementary color
Monochromatic Colors of #4FFBF4
Black with #4FFBF4
Text Example
Text Example
White with #4FFBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFBF4; }
p { color: rgb(79,251,244); }
H1.HeaderClassName
{
color: #4FFBF4;
}
.AnyTagClassName
{
color: #4FFBF4;
}
</style>
background-color css
<style>
a { background-color: #4FFBF4; }
a { background-color: rgb(79,251,244); }
div.DivClassName
{
background-color: #4FFBF4;
}
.BgClassName
{
background-color: #4FFBF4;
}
</style>
border-color css
<style>
span { border-color: #4FFBF4; }
span { border-color: rgb(79,251,244); }
td.TdClassName
{
border-color: #4FFBF4;
}
.TagClassName
{
border-color: #4FFBF4;
}
</style>