Shades of Baby Blue #4CFFFC
Tints of Baby Blue #4CFFFC
RGB
CMYK
RGB Variations
Color information
#4CFFFC (or 0x4CFFFC) is known color: Baby Blue. HEX triplet: 4C, FF and FC. RGB value is (76,255,252). Sum of RGB (Red+Green+Blue) = 76+255+252=583 (77% of max value = 765). Red value is 76 (30.08% from 255 or 13.04% from 583); Green value is 255 (100% from 255 or 43.74% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 255 - color contains mainly: green. Hex color #4CFFFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CFFFC is #B30003. Grayscale: #C8C8C8. Windows color (decimal): -11730948 or 16580428. OLE color: 16580428.
HSL color Cylindrical-coordinate representation of color #4CFFFC: hue angle of 178.99º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFFFC is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 255 | 252 | - |
| CMYK | 0.70 | 0 | 0.01 | 0 |
| HSL | 178.99º | 1% | 0.65% | - |
| HSV(B) | 178.99º | 0.7% | 1% | - |
| XYZ | 56.31 | 80.08 | 104.59 | - |
| YUV | 201.14 | 156.7 | 38.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 255 | 252 | 0.70 | 0 | 0.01 | 0 | 178.99 | 1 | 0.65 |
| Hex | 4C | FF | FC | 46 | 0 | 1 | 0 | B3 | 64 | 41 |
| Octal | 114 | 377 | 374 | 106 | 0 | 1 | 0 | 263 | 144 | 101 |
| Binary | 1001100 | 11111111 | 11111100 | 1000110 | 0 | 1 | 0 | 10110011 | 1100100 | 1000001 |
Color Harmonies of #4CFFFC
Complementary color
Monochromatic Colors of #4CFFFC
Black with #4CFFFC
Text Example
Text Example
White with #4CFFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFFFC; }
p { color: rgb(76,255,252); }
H1.HeaderClassName
{
color: #4CFFFC;
}
.AnyTagClassName
{
color: #4CFFFC;
}
</style>
background-color css
<style>
a { background-color: #4CFFFC; }
a { background-color: rgb(76,255,252); }
div.DivClassName
{
background-color: #4CFFFC;
}
.BgClassName
{
background-color: #4CFFFC;
}
</style>
border-color css
<style>
span { border-color: #4CFFFC; }
span { border-color: rgb(76,255,252); }
td.TdClassName
{
border-color: #4CFFFC;
}
.TagClassName
{
border-color: #4CFFFC;
}
</style>