Shades of Baby Blue #4FEFFC
Tints of Baby Blue #4FEFFC
RGB
CMYK
RGB Variations
Color information
#4FEFFC (or 0x4FEFFC) is known color: Baby Blue. HEX triplet: 4F, EF and FC. RGB value is (79,239,252). Sum of RGB (Red+Green+Blue) = 79+239+252=570 (75% of max value = 765). Red value is 79 (31.25% from 255 or 13.86% from 570); Green value is 239 (93.75% from 255 or 41.93% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #4FEFFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FEFFC is #B01003. Grayscale: #C0C0C0. Windows color (decimal): -11538436 or 16576335. OLE color: 16576335.
HSL color Cylindrical-coordinate representation of color #4FEFFC: hue angle of 184.51º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FEFFC is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 239 | 252 | - |
| CMYK | 0.69 | 0.05 | 0 | 0.01 |
| HSL | 184.51º | 0.97% | 0.65% | - |
| HSV(B) | 184.51º | 0.69% | 0.99% | - |
| XYZ | 51.66 | 70.42 | 102.97 | - |
| YUV | 192.64 | 161.49 | 46.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 239 | 252 | 0.69 | 0.05 | 0 | 0.01 | 184.51 | 0.97 | 0.65 |
| Hex | 4F | EF | FC | 45 | 5 | 0 | 1 | B9 | 61 | 41 |
| Octal | 117 | 357 | 374 | 105 | 5 | 0 | 1 | 271 | 141 | 101 |
| Binary | 1001111 | 11101111 | 11111100 | 1000101 | 101 | 0 | 1 | 10111001 | 1100001 | 1000001 |
Color Harmonies of #4FEFFC
Complementary color
Monochromatic Colors of #4FEFFC
Black with #4FEFFC
Text Example
Text Example
White with #4FEFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEFFC; }
p { color: rgb(79,239,252); }
H1.HeaderClassName
{
color: #4FEFFC;
}
.AnyTagClassName
{
color: #4FEFFC;
}
</style>
background-color css
<style>
a { background-color: #4FEFFC; }
a { background-color: rgb(79,239,252); }
div.DivClassName
{
background-color: #4FEFFC;
}
.BgClassName
{
background-color: #4FEFFC;
}
</style>
border-color css
<style>
span { border-color: #4FEFFC; }
span { border-color: rgb(79,239,252); }
td.TdClassName
{
border-color: #4FEFFC;
}
.TagClassName
{
border-color: #4FEFFC;
}
</style>