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