Shades of Baby Blue #4CFAFC
Tints of Baby Blue #4CFAFC
RGB
CMYK
RGB Variations
Color information
#4CFAFC (or 0x4CFAFC) is known color: Baby Blue. HEX triplet: 4C, FA and FC. RGB value is (76,250,252). Sum of RGB (Red+Green+Blue) = 76+250+252=578 (76% of max value = 765). Red value is 76 (30.08% from 255 or 13.15% from 578); Green value is 250 (98.05% from 255 or 43.25% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #4CFAFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CFAFC is #B30503. Grayscale: #C6C6C6. Windows color (decimal): -11732228 or 16579148. OLE color: 16579148.
HSL color Cylindrical-coordinate representation of color #4CFAFC: hue angle of 180.68º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFAFC is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 250 | 252 | - |
| CMYK | 0.70 | 0.01 | 0 | 0.01 |
| HSL | 180.68º | 0.97% | 0.64% | - |
| HSV(B) | 180.68º | 0.7% | 0.99% | - |
| XYZ | 54.74 | 76.94 | 104.06 | - |
| YUV | 198.2 | 158.35 | 40.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 250 | 252 | 0.70 | 0.01 | 0 | 0.01 | 180.68 | 0.97 | 0.64 |
| Hex | 4C | FA | FC | 46 | 1 | 0 | 1 | B5 | 61 | 40 |
| Octal | 114 | 372 | 374 | 106 | 1 | 0 | 1 | 265 | 141 | 100 |
| Binary | 1001100 | 11111010 | 11111100 | 1000110 | 1 | 0 | 1 | 10110101 | 1100001 | 1000000 |
Color Harmonies of #4CFAFC
Complementary color
Monochromatic Colors of #4CFAFC
Black with #4CFAFC
Text Example
Text Example
White with #4CFAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFAFC; }
p { color: rgb(76,250,252); }
H1.HeaderClassName
{
color: #4CFAFC;
}
.AnyTagClassName
{
color: #4CFAFC;
}
</style>
background-color css
<style>
a { background-color: #4CFAFC; }
a { background-color: rgb(76,250,252); }
div.DivClassName
{
background-color: #4CFAFC;
}
.BgClassName
{
background-color: #4CFAFC;
}
</style>
border-color css
<style>
span { border-color: #4CFAFC; }
span { border-color: rgb(76,250,252); }
td.TdClassName
{
border-color: #4CFAFC;
}
.TagClassName
{
border-color: #4CFAFC;
}
</style>