Shades of Baby Blue #4FFBEF
Tints of Baby Blue #4FFBEF
RGB
CMYK
RGB Variations
Color information
#4FFBEF (or 0x4FFBEF) is known color: Baby Blue. HEX triplet: 4F, FB and EF. RGB value is (79,251,239). Sum of RGB (Red+Green+Blue) = 79+251+239=569 (75% of max value = 765). Red value is 79 (31.25% from 255 or 13.88% from 569); Green value is 251 (98.44% from 255 or 44.11% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 251 - color contains mainly: green. Hex color #4FFBEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFBEF is #B00410. Grayscale: #C6C6C6. Windows color (decimal): -11535377 or 15727439. OLE color: 15727439.
HSL color Cylindrical-coordinate representation of color #4FFBEF: hue angle of 175.81º 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 #4FFBEF is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 251 | 239 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.02 |
| HSL | 175.81º | 0.96% | 0.65% | - |
| HSV(B) | 175.81º | 0.69% | 0.98% | - |
| XYZ | 53.3 | 76.89 | 93.69 | - |
| YUV | 198.2 | 151.02 | 42.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 251 | 239 | 0.69 | 0 | 0.05 | 0.02 | 175.81 | 0.96 | 0.65 |
| Hex | 4F | FB | EF | 45 | 0 | 5 | 2 | B0 | 60 | 41 |
| Octal | 117 | 373 | 357 | 105 | 0 | 5 | 2 | 260 | 140 | 101 |
| Binary | 1001111 | 11111011 | 11101111 | 1000101 | 0 | 101 | 10 | 10110000 | 1100000 | 1000001 |
Color Harmonies of #4FFBEF
Complementary color
Monochromatic Colors of #4FFBEF
Black with #4FFBEF
Text Example
Text Example
White with #4FFBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFBEF; }
p { color: rgb(79,251,239); }
H1.HeaderClassName
{
color: #4FFBEF;
}
.AnyTagClassName
{
color: #4FFBEF;
}
</style>
background-color css
<style>
a { background-color: #4FFBEF; }
a { background-color: rgb(79,251,239); }
div.DivClassName
{
background-color: #4FFBEF;
}
.BgClassName
{
background-color: #4FFBEF;
}
</style>
border-color css
<style>
span { border-color: #4FFBEF; }
span { border-color: rgb(79,251,239); }
td.TdClassName
{
border-color: #4FFBEF;
}
.TagClassName
{
border-color: #4FFBEF;
}
</style>