Shades of Baby Blue #4FFCFD
Tints of Baby Blue #4FFCFD
RGB
CMYK
RGB Variations
Color information
#4FFCFD (or 0x4FFCFD) is known color: Baby Blue. HEX triplet: 4F, FC and FD. RGB value is (79,252,253). Sum of RGB (Red+Green+Blue) = 79+252+253=584 (77% of max value = 765). Red value is 79 (31.25% from 255 or 13.53% from 584); Green value is 252 (98.83% from 255 or 43.15% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #4FFCFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFCFD is #B00302. Grayscale: #C8C8C8. Windows color (decimal): -11535107 or 16645199. OLE color: 16645199.
HSL color Cylindrical-coordinate representation of color #4FFCFD: hue angle of 180.34º 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 #4FFCFD is Cyan = 0.69, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 252 | 253 | - |
| CMYK | 0.69 | 0.00 | 0 | 0.01 |
| HSL | 180.34º | 0.98% | 0.65% | - |
| HSV(B) | 180.34º | 0.69% | 0.99% | - |
| XYZ | 55.76 | 78.37 | 105.12 | - |
| YUV | 200.39 | 157.69 | 41.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 252 | 253 | 0.69 | 0.00 | 0 | 0.01 | 180.34 | 0.98 | 0.65 |
| Hex | 4F | FC | FD | 45 | 0 | 0 | 1 | B4 | 62 | 41 |
| Octal | 117 | 374 | 375 | 105 | 0 | 0 | 1 | 264 | 142 | 101 |
| Binary | 1001111 | 11111100 | 11111101 | 1000101 | 0 | 0 | 1 | 10110100 | 1100010 | 1000001 |
Color Harmonies of #4FFCFD
Complementary color
Monochromatic Colors of #4FFCFD
Black with #4FFCFD
Text Example
Text Example
White with #4FFCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFCFD; }
p { color: rgb(79,252,253); }
H1.HeaderClassName
{
color: #4FFCFD;
}
.AnyTagClassName
{
color: #4FFCFD;
}
</style>
background-color css
<style>
a { background-color: #4FFCFD; }
a { background-color: rgb(79,252,253); }
div.DivClassName
{
background-color: #4FFCFD;
}
.BgClassName
{
background-color: #4FFCFD;
}
</style>
border-color css
<style>
span { border-color: #4FFCFD; }
span { border-color: rgb(79,252,253); }
td.TdClassName
{
border-color: #4FFCFD;
}
.TagClassName
{
border-color: #4FFCFD;
}
</style>