Shades of Baby Blue #4FFDF8
Tints of Baby Blue #4FFDF8
RGB
CMYK
RGB Variations
Color information
#4FFDF8 (or 0x4FFDF8) is known color: Baby Blue. HEX triplet: 4F, FD and F8. RGB value is (79,253,248). Sum of RGB (Red+Green+Blue) = 79+253+248=580 (76% of max value = 765). Red value is 79 (31.25% from 255 or 13.62% from 580); Green value is 253 (99.22% from 255 or 43.62% from 580); Blue value is 248 (97.27% from 255 or 42.76% from 580); Max value from RGB is 253 - color contains mainly: green. Hex color #4FFDF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFDF8 is #B00207. Grayscale: #C8C8C8. Windows color (decimal): -11534856 or 16317775. OLE color: 16317775.
HSL color Cylindrical-coordinate representation of color #4FFDF8: hue angle of 178.28º 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 #4FFDF8 is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 253 | 248 | - |
| CMYK | 0.69 | 0 | 0.02 | 0.01 |
| HSL | 178.28º | 0.98% | 0.65% | - |
| HSV(B) | 178.28º | 0.69% | 0.99% | - |
| XYZ | 55.29 | 78.69 | 101.08 | - |
| YUV | 200.4 | 154.85 | 41.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 253 | 248 | 0.69 | 0 | 0.02 | 0.01 | 178.28 | 0.98 | 0.65 |
| Hex | 4F | FD | F8 | 45 | 0 | 2 | 1 | B2 | 62 | 41 |
| Octal | 117 | 375 | 370 | 105 | 0 | 2 | 1 | 262 | 142 | 101 |
| Binary | 1001111 | 11111101 | 11111000 | 1000101 | 0 | 10 | 1 | 10110010 | 1100010 | 1000001 |
Color Harmonies of #4FFDF8
Complementary color
Monochromatic Colors of #4FFDF8
Black with #4FFDF8
Text Example
Text Example
White with #4FFDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFDF8; }
p { color: rgb(79,253,248); }
H1.HeaderClassName
{
color: #4FFDF8;
}
.AnyTagClassName
{
color: #4FFDF8;
}
</style>
background-color css
<style>
a { background-color: #4FFDF8; }
a { background-color: rgb(79,253,248); }
div.DivClassName
{
background-color: #4FFDF8;
}
.BgClassName
{
background-color: #4FFDF8;
}
</style>
border-color css
<style>
span { border-color: #4FFDF8; }
span { border-color: rgb(79,253,248); }
td.TdClassName
{
border-color: #4FFDF8;
}
.TagClassName
{
border-color: #4FFDF8;
}
</style>