Shades of Baby Blue #4FFBF6
Tints of Baby Blue #4FFBF6
RGB
CMYK
RGB Variations
Color information
#4FFBF6 (or 0x4FFBF6) is known color: Baby Blue. HEX triplet: 4F, FB and F6. RGB value is (79,251,246). Sum of RGB (Red+Green+Blue) = 79+251+246=576 (76% of max value = 765). Red value is 79 (31.25% from 255 or 13.72% from 576); Green value is 251 (98.44% from 255 or 43.58% from 576); Blue value is 246 (96.48% from 255 or 42.71% from 576); Max value from RGB is 251 - color contains mainly: green. Hex color #4FFBF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFBF6 is #B00409. Grayscale: #C6C6C6. Windows color (decimal): -11535370 or 16186191. OLE color: 16186191.
HSL color Cylindrical-coordinate representation of color #4FFBF6: hue angle of 178.26º 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 #4FFBF6 is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 251 | 246 | - |
| CMYK | 0.69 | 0 | 0.02 | 0.02 |
| HSL | 178.26º | 0.96% | 0.65% | - |
| HSV(B) | 178.26º | 0.69% | 0.98% | - |
| XYZ | 54.36 | 77.31 | 99.25 | - |
| YUV | 199 | 154.52 | 42.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 251 | 246 | 0.69 | 0 | 0.02 | 0.02 | 178.26 | 0.96 | 0.65 |
| Hex | 4F | FB | F6 | 45 | 0 | 2 | 2 | B2 | 60 | 41 |
| Octal | 117 | 373 | 366 | 105 | 0 | 2 | 2 | 262 | 140 | 101 |
| Binary | 1001111 | 11111011 | 11110110 | 1000101 | 0 | 10 | 10 | 10110010 | 1100000 | 1000001 |
Color Harmonies of #4FFBF6
Complementary color
Monochromatic Colors of #4FFBF6
Black with #4FFBF6
Text Example
Text Example
White with #4FFBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFBF6; }
p { color: rgb(79,251,246); }
H1.HeaderClassName
{
color: #4FFBF6;
}
.AnyTagClassName
{
color: #4FFBF6;
}
</style>
background-color css
<style>
a { background-color: #4FFBF6; }
a { background-color: rgb(79,251,246); }
div.DivClassName
{
background-color: #4FFBF6;
}
.BgClassName
{
background-color: #4FFBF6;
}
</style>
border-color css
<style>
span { border-color: #4FFBF6; }
span { border-color: rgb(79,251,246); }
td.TdClassName
{
border-color: #4FFBF6;
}
.TagClassName
{
border-color: #4FFBF6;
}
</style>