Shades of Baby Blue #4FEFFE
Tints of Baby Blue #4FEFFE
RGB
CMYK
RGB Variations
Color information
#4FEFFE (or 0x4FEFFE) is known color: Baby Blue. HEX triplet: 4F, EF and FE. RGB value is (79,239,254). Sum of RGB (Red+Green+Blue) = 79+239+254=572 (75% of max value = 765). Red value is 79 (31.25% from 255 or 13.81% from 572); Green value is 239 (93.75% from 255 or 41.78% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #4FEFFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FEFFE is #B01001. Grayscale: #C0C0C0. Windows color (decimal): -11538434 or 16707407. OLE color: 16707407.
HSL color Cylindrical-coordinate representation of color #4FEFFE: hue angle of 185.14º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FEFFE is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 239 | 254 | - |
| CMYK | 0.69 | 0.06 | 0 | 0.00 |
| HSL | 185.14º | 0.99% | 0.65% | - |
| HSV(B) | 185.14º | 0.69% | 1% | - |
| XYZ | 51.98 | 70.55 | 104.64 | - |
| YUV | 192.87 | 162.49 | 46.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 239 | 254 | 0.69 | 0.06 | 0 | 0.00 | 185.14 | 0.99 | 0.65 |
| Hex | 4F | EF | FE | 45 | 6 | 0 | 0 | B9 | 63 | 41 |
| Octal | 117 | 357 | 376 | 105 | 6 | 0 | 0 | 271 | 143 | 101 |
| Binary | 1001111 | 11101111 | 11111110 | 1000101 | 110 | 0 | 0 | 10111001 | 1100011 | 1000001 |
Color Harmonies of #4FEFFE
Complementary color
Monochromatic Colors of #4FEFFE
Black with #4FEFFE
Text Example
Text Example
White with #4FEFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEFFE; }
p { color: rgb(79,239,254); }
H1.HeaderClassName
{
color: #4FEFFE;
}
.AnyTagClassName
{
color: #4FEFFE;
}
</style>
background-color css
<style>
a { background-color: #4FEFFE; }
a { background-color: rgb(79,239,254); }
div.DivClassName
{
background-color: #4FEFFE;
}
.BgClassName
{
background-color: #4FEFFE;
}
</style>
border-color css
<style>
span { border-color: #4FEFFE; }
span { border-color: rgb(79,239,254); }
td.TdClassName
{
border-color: #4FEFFE;
}
.TagClassName
{
border-color: #4FEFFE;
}
</style>