Shades of Baby Blue #4FEEFD
Tints of Baby Blue #4FEEFD
RGB
CMYK
RGB Variations
Color information
#4FEEFD (or 0x4FEEFD) is known color: Baby Blue. HEX triplet: 4F, EE and FD. RGB value is (79,238,253). Sum of RGB (Red+Green+Blue) = 79+238+253=570 (75% of max value = 765). Red value is 79 (31.25% from 255 or 13.86% from 570); Green value is 238 (93.36% from 255 or 41.75% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #4FEEFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FEEFD is #B01102. Grayscale: #BFBFBF. Windows color (decimal): -11538691 or 16641615. OLE color: 16641615.
HSL color Cylindrical-coordinate representation of color #4FEEFD: hue angle of 185.17º degrees, saturation: 0.98, 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 #4FEEFD is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 238 | 253 | - |
| CMYK | 0.69 | 0.06 | 0 | 0.01 |
| HSL | 185.17º | 0.98% | 0.65% | - |
| HSV(B) | 185.17º | 0.69% | 0.99% | - |
| XYZ | 51.53 | 69.9 | 103.71 | - |
| YUV | 192.17 | 162.32 | 47.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 238 | 253 | 0.69 | 0.06 | 0 | 0.01 | 185.17 | 0.98 | 0.65 |
| Hex | 4F | EE | FD | 45 | 6 | 0 | 1 | B9 | 62 | 41 |
| Octal | 117 | 356 | 375 | 105 | 6 | 0 | 1 | 271 | 142 | 101 |
| Binary | 1001111 | 11101110 | 11111101 | 1000101 | 110 | 0 | 1 | 10111001 | 1100010 | 1000001 |
Color Harmonies of #4FEEFD
Complementary color
Monochromatic Colors of #4FEEFD
Black with #4FEEFD
Text Example
Text Example
White with #4FEEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEEFD; }
p { color: rgb(79,238,253); }
H1.HeaderClassName
{
color: #4FEEFD;
}
.AnyTagClassName
{
color: #4FEEFD;
}
</style>
background-color css
<style>
a { background-color: #4FEEFD; }
a { background-color: rgb(79,238,253); }
div.DivClassName
{
background-color: #4FEEFD;
}
.BgClassName
{
background-color: #4FEEFD;
}
</style>
border-color css
<style>
span { border-color: #4FEEFD; }
span { border-color: rgb(79,238,253); }
td.TdClassName
{
border-color: #4FEEFD;
}
.TagClassName
{
border-color: #4FEEFD;
}
</style>