Shades of Baby Blue #4FFFFB
Tints of Baby Blue #4FFFFB
RGB
CMYK
RGB Variations
Color information
#4FFFFB (or 0x4FFFFB) is known color: Baby Blue. HEX triplet: 4F, FF and FB. RGB value is (79,255,251). Sum of RGB (Red+Green+Blue) = 79+255+251=585 (77% of max value = 765). Red value is 79 (31.25% from 255 or 13.50% from 585); Green value is 255 (100% from 255 or 43.59% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 255 - color contains mainly: green. Hex color #4FFFFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFFFB is #B00004. Grayscale: #C9C9C9. Windows color (decimal): -11534341 or 16514895. OLE color: 16514895.
HSL color Cylindrical-coordinate representation of color #4FFFFB: hue angle of 178.64º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFFFB is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 255 | 251 | - |
| CMYK | 0.69 | 0 | 0.02 | 0 |
| HSL | 178.64º | 1% | 0.65% | - |
| HSV(B) | 178.64º | 0.69% | 1% | - |
| XYZ | 56.4 | 80.15 | 103.76 | - |
| YUV | 201.92 | 155.69 | 40.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 255 | 251 | 0.69 | 0 | 0.02 | 0 | 178.64 | 1 | 0.65 |
| Hex | 4F | FF | FB | 45 | 0 | 2 | 0 | B3 | 64 | 41 |
| Octal | 117 | 377 | 373 | 105 | 0 | 2 | 0 | 263 | 144 | 101 |
| Binary | 1001111 | 11111111 | 11111011 | 1000101 | 0 | 10 | 0 | 10110011 | 1100100 | 1000001 |
Color Harmonies of #4FFFFB
Complementary color
Monochromatic Colors of #4FFFFB
Black with #4FFFFB
Text Example
Text Example
White with #4FFFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFFFB; }
p { color: rgb(79,255,251); }
H1.HeaderClassName
{
color: #4FFFFB;
}
.AnyTagClassName
{
color: #4FFFFB;
}
</style>
background-color css
<style>
a { background-color: #4FFFFB; }
a { background-color: rgb(79,255,251); }
div.DivClassName
{
background-color: #4FFFFB;
}
.BgClassName
{
background-color: #4FFFFB;
}
</style>
border-color css
<style>
span { border-color: #4FFFFB; }
span { border-color: rgb(79,255,251); }
td.TdClassName
{
border-color: #4FFFFB;
}
.TagClassName
{
border-color: #4FFFFB;
}
</style>