Shades of Baby Blue #4FFBEB
Tints of Baby Blue #4FFBEB
RGB
CMYK
RGB Variations
Color information
#4FFBEB (or 0x4FFBEB) is known color: Baby Blue. HEX triplet: 4F, FB and EB. RGB value is (79,251,235). Sum of RGB (Red+Green+Blue) = 79+251+235=565 (74% of max value = 765). Red value is 79 (31.25% from 255 or 13.98% from 565); Green value is 251 (98.44% from 255 or 44.42% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 251 - color contains mainly: green. Hex color #4FFBEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFBEB is #B00414. Grayscale: #C5C5C5. Windows color (decimal): -11535381 or 15465295. OLE color: 15465295.
HSL color Cylindrical-coordinate representation of color #4FFBEB: hue angle of 174.42º 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 #4FFBEB is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 251 | 235 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.02 |
| HSL | 174.42º | 0.96% | 0.65% | - |
| HSV(B) | 174.42º | 0.69% | 0.98% | - |
| XYZ | 52.72 | 76.65 | 90.61 | - |
| YUV | 197.75 | 149.02 | 43.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 251 | 235 | 0.69 | 0 | 0.06 | 0.02 | 174.42 | 0.96 | 0.65 |
| Hex | 4F | FB | EB | 45 | 0 | 6 | 2 | AE | 60 | 41 |
| Octal | 117 | 373 | 353 | 105 | 0 | 6 | 2 | 256 | 140 | 101 |
| Binary | 1001111 | 11111011 | 11101011 | 1000101 | 0 | 110 | 10 | 10101110 | 1100000 | 1000001 |
Color Harmonies of #4FFBEB
Complementary color
Monochromatic Colors of #4FFBEB
Black with #4FFBEB
Text Example
Text Example
White with #4FFBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFBEB; }
p { color: rgb(79,251,235); }
H1.HeaderClassName
{
color: #4FFBEB;
}
.AnyTagClassName
{
color: #4FFBEB;
}
</style>
background-color css
<style>
a { background-color: #4FFBEB; }
a { background-color: rgb(79,251,235); }
div.DivClassName
{
background-color: #4FFBEB;
}
.BgClassName
{
background-color: #4FFBEB;
}
</style>
border-color css
<style>
span { border-color: #4FFBEB; }
span { border-color: rgb(79,251,235); }
td.TdClassName
{
border-color: #4FFBEB;
}
.TagClassName
{
border-color: #4FFBEB;
}
</style>