Shades of Baby Blue #4FEAFE
Tints of Baby Blue #4FEAFE
RGB
CMYK
RGB Variations
Color information
#4FEAFE (or 0x4FEAFE) is known color: Baby Blue. HEX triplet: 4F, EA and FE. RGB value is (79,234,254). Sum of RGB (Red+Green+Blue) = 79+234+254=567 (75% of max value = 765). Red value is 79 (31.25% from 255 or 13.93% from 567); Green value is 234 (91.80% from 255 or 41.27% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #4FEAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FEAFE is #B01501. Grayscale: #BDBDBD. Windows color (decimal): -11539714 or 16706127. OLE color: 16706127.
HSL color Cylindrical-coordinate representation of color #4FEAFE: hue angle of 186.86º 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 #4FEAFE is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 234 | 254 | - |
| CMYK | 0.69 | 0.08 | 0 | 0.00 |
| HSL | 186.86º | 0.99% | 0.65% | - |
| HSV(B) | 186.86º | 0.69% | 1% | - |
| XYZ | 50.54 | 67.66 | 104.16 | - |
| YUV | 189.94 | 164.15 | 48.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 234 | 254 | 0.69 | 0.08 | 0 | 0.00 | 186.86 | 0.99 | 0.65 |
| Hex | 4F | EA | FE | 45 | 8 | 0 | 0 | BB | 63 | 41 |
| Octal | 117 | 352 | 376 | 105 | 10 | 0 | 0 | 273 | 143 | 101 |
| Binary | 1001111 | 11101010 | 11111110 | 1000101 | 1000 | 0 | 0 | 10111011 | 1100011 | 1000001 |
Color Harmonies of #4FEAFE
Complementary color
Monochromatic Colors of #4FEAFE
Black with #4FEAFE
Text Example
Text Example
White with #4FEAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEAFE; }
p { color: rgb(79,234,254); }
H1.HeaderClassName
{
color: #4FEAFE;
}
.AnyTagClassName
{
color: #4FEAFE;
}
</style>
background-color css
<style>
a { background-color: #4FEAFE; }
a { background-color: rgb(79,234,254); }
div.DivClassName
{
background-color: #4FEAFE;
}
.BgClassName
{
background-color: #4FEAFE;
}
</style>
border-color css
<style>
span { border-color: #4FEAFE; }
span { border-color: rgb(79,234,254); }
td.TdClassName
{
border-color: #4FEAFE;
}
.TagClassName
{
border-color: #4FEAFE;
}
</style>