Shades of Baby Blue #4FEBFE
Tints of Baby Blue #4FEBFE
RGB
CMYK
RGB Variations
Color information
#4FEBFE (or 0x4FEBFE) is known color: Baby Blue. HEX triplet: 4F, EB and FE. RGB value is (79,235,254). Sum of RGB (Red+Green+Blue) = 79+235+254=568 (75% of max value = 765). Red value is 79 (31.25% from 255 or 13.91% from 568); Green value is 235 (92.19% from 255 or 41.37% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #4FEBFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FEBFE is #B01401. Grayscale: #BEBEBE. Windows color (decimal): -11539458 or 16706383. OLE color: 16706383.
HSL color Cylindrical-coordinate representation of color #4FEBFE: hue angle of 186.51º 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 #4FEBFE is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 235 | 254 | - |
| CMYK | 0.69 | 0.07 | 0 | 0.00 |
| HSL | 186.51º | 0.99% | 0.65% | - |
| HSV(B) | 186.51º | 0.69% | 1% | - |
| XYZ | 50.82 | 68.23 | 104.26 | - |
| YUV | 190.52 | 163.82 | 48.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 235 | 254 | 0.69 | 0.07 | 0 | 0.00 | 186.51 | 0.99 | 0.65 |
| Hex | 4F | EB | FE | 45 | 7 | 0 | 0 | BB | 63 | 41 |
| Octal | 117 | 353 | 376 | 105 | 7 | 0 | 0 | 273 | 143 | 101 |
| Binary | 1001111 | 11101011 | 11111110 | 1000101 | 111 | 0 | 0 | 10111011 | 1100011 | 1000001 |
Color Harmonies of #4FEBFE
Complementary color
Monochromatic Colors of #4FEBFE
Black with #4FEBFE
Text Example
Text Example
White with #4FEBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEBFE; }
p { color: rgb(79,235,254); }
H1.HeaderClassName
{
color: #4FEBFE;
}
.AnyTagClassName
{
color: #4FEBFE;
}
</style>
background-color css
<style>
a { background-color: #4FEBFE; }
a { background-color: rgb(79,235,254); }
div.DivClassName
{
background-color: #4FEBFE;
}
.BgClassName
{
background-color: #4FEBFE;
}
</style>
border-color css
<style>
span { border-color: #4FEBFE; }
span { border-color: rgb(79,235,254); }
td.TdClassName
{
border-color: #4FEBFE;
}
.TagClassName
{
border-color: #4FEBFE;
}
</style>