Shades of Baby Blue #4FFDFE
Tints of Baby Blue #4FFDFE
RGB
CMYK
RGB Variations
Color information
#4FFDFE (or 0x4FFDFE) is known color: Baby Blue. HEX triplet: 4F, FD and FE. RGB value is (79,253,254). Sum of RGB (Red+Green+Blue) = 79+253+254=586 (77% of max value = 765). Red value is 79 (31.25% from 255 or 13.48% from 586); Green value is 253 (99.22% from 255 or 43.17% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #4FFDFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFDFE is #B00201. Grayscale: #C8C8C8. Windows color (decimal): -11534850 or 16710991. OLE color: 16710991.
HSL color Cylindrical-coordinate representation of color #4FFDFE: hue angle of 180.34º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFDFE is Cyan = 0.69, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 253 | 254 | - |
| CMYK | 0.69 | 0.00 | 0 | 0.00 |
| HSL | 180.34º | 0.99% | 0.65% | - |
| HSV(B) | 180.34º | 0.69% | 1% | - |
| XYZ | 56.24 | 79.07 | 106.06 | - |
| YUV | 201.09 | 157.85 | 40.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 253 | 254 | 0.69 | 0.00 | 0 | 0.00 | 180.34 | 0.99 | 0.65 |
| Hex | 4F | FD | FE | 45 | 0 | 0 | 0 | B4 | 63 | 41 |
| Octal | 117 | 375 | 376 | 105 | 0 | 0 | 0 | 264 | 143 | 101 |
| Binary | 1001111 | 11111101 | 11111110 | 1000101 | 0 | 0 | 0 | 10110100 | 1100011 | 1000001 |
Color Harmonies of #4FFDFE
Complementary color
Monochromatic Colors of #4FFDFE
Black with #4FFDFE
Text Example
Text Example
White with #4FFDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFDFE; }
p { color: rgb(79,253,254); }
H1.HeaderClassName
{
color: #4FFDFE;
}
.AnyTagClassName
{
color: #4FFDFE;
}
</style>
background-color css
<style>
a { background-color: #4FFDFE; }
a { background-color: rgb(79,253,254); }
div.DivClassName
{
background-color: #4FFDFE;
}
.BgClassName
{
background-color: #4FFDFE;
}
</style>
border-color css
<style>
span { border-color: #4FFDFE; }
span { border-color: rgb(79,253,254); }
td.TdClassName
{
border-color: #4FFDFE;
}
.TagClassName
{
border-color: #4FFDFE;
}
</style>