Shades of Baby Blue #4FFDFF
Tints of Baby Blue #4FFDFF
RGB
CMYK
RGB Variations
Color information
#4FFDFF (or 0x4FFDFF) is known color: Baby Blue. HEX triplet: 4F, FD and FF. RGB value is (79,253,255). Sum of RGB (Red+Green+Blue) = 79+253+255=587 (77% of max value = 765). Red value is 79 (31.25% from 255 or 13.46% from 587); Green value is 253 (99.22% from 255 or 43.10% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #4FFDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFDFF is #B00200. Grayscale: #C9C9C9. Windows color (decimal): -11534849 or 16776527. OLE color: 16776527.
HSL color Cylindrical-coordinate representation of color #4FFDFF: hue angle of 180.68º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFDFF is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 253 | 255 | - |
| CMYK | 0.69 | 0.01 | 0 | 0 |
| HSL | 180.68º | 1% | 0.65% | - |
| HSV(B) | 180.68º | 0.69% | 1% | - |
| XYZ | 56.4 | 79.13 | 106.91 | - |
| YUV | 201.2 | 158.35 | 40.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 253 | 255 | 0.69 | 0.01 | 0 | 0 | 180.68 | 1 | 0.65 |
| Hex | 4F | FD | FF | 45 | 1 | 0 | 0 | B5 | 64 | 41 |
| Octal | 117 | 375 | 377 | 105 | 1 | 0 | 0 | 265 | 144 | 101 |
| Binary | 1001111 | 11111101 | 11111111 | 1000101 | 1 | 0 | 0 | 10110101 | 1100100 | 1000001 |
Color Harmonies of #4FFDFF
Complementary color
Monochromatic Colors of #4FFDFF
Black with #4FFDFF
Text Example
Text Example
White with #4FFDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFDFF; }
p { color: rgb(79,253,255); }
H1.HeaderClassName
{
color: #4FFDFF;
}
.AnyTagClassName
{
color: #4FFDFF;
}
</style>
background-color css
<style>
a { background-color: #4FFDFF; }
a { background-color: rgb(79,253,255); }
div.DivClassName
{
background-color: #4FFDFF;
}
.BgClassName
{
background-color: #4FFDFF;
}
</style>
border-color css
<style>
span { border-color: #4FFDFF; }
span { border-color: rgb(79,253,255); }
td.TdClassName
{
border-color: #4FFDFF;
}
.TagClassName
{
border-color: #4FFDFF;
}
</style>