Shades of Baby Blue #4CFCFD
Tints of Baby Blue #4CFCFD
RGB
CMYK
RGB Variations
Color information
#4CFCFD (or 0x4CFCFD) is known color: Baby Blue. HEX triplet: 4C, FC and FD. RGB value is (76,252,253). Sum of RGB (Red+Green+Blue) = 76+252+253=581 (76% of max value = 765). Red value is 76 (30.08% from 255 or 13.08% from 581); Green value is 252 (98.83% from 255 or 43.37% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #4CFCFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CFCFD is #B30302. Grayscale: #C7C7C7. Windows color (decimal): -11731715 or 16645196. OLE color: 16645196.
HSL color Cylindrical-coordinate representation of color #4CFCFD: 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.7%. Process color model (Four color, CMYK) of #4CFCFD is Cyan = 0.70, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 252 | 253 | - |
| CMYK | 0.70 | 0.00 | 0 | 0.01 |
| HSL | 180.34º | 0.98% | 0.65% | - |
| HSV(B) | 180.34º | 0.7% | 0.99% | - |
| XYZ | 55.52 | 78.25 | 105.11 | - |
| YUV | 199.49 | 158.19 | 39.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 252 | 253 | 0.70 | 0.00 | 0 | 0.01 | 180.34 | 0.98 | 0.65 |
| Hex | 4C | FC | FD | 46 | 0 | 0 | 1 | B4 | 62 | 41 |
| Octal | 114 | 374 | 375 | 106 | 0 | 0 | 1 | 264 | 142 | 101 |
| Binary | 1001100 | 11111100 | 11111101 | 1000110 | 0 | 0 | 1 | 10110100 | 1100010 | 1000001 |
Color Harmonies of #4CFCFD
Complementary color
Monochromatic Colors of #4CFCFD
Black with #4CFCFD
Text Example
Text Example
White with #4CFCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFCFD; }
p { color: rgb(76,252,253); }
H1.HeaderClassName
{
color: #4CFCFD;
}
.AnyTagClassName
{
color: #4CFCFD;
}
</style>
background-color css
<style>
a { background-color: #4CFCFD; }
a { background-color: rgb(76,252,253); }
div.DivClassName
{
background-color: #4CFCFD;
}
.BgClassName
{
background-color: #4CFCFD;
}
</style>
border-color css
<style>
span { border-color: #4CFCFD; }
span { border-color: rgb(76,252,253); }
td.TdClassName
{
border-color: #4CFCFD;
}
.TagClassName
{
border-color: #4CFCFD;
}
</style>