Shades of Baby Blue #3CFFFC
Tints of Baby Blue #3CFFFC
RGB
CMYK
RGB Variations
Color information
#3CFFFC (or 0x3CFFFC) is known color: Baby Blue. HEX triplet: 3C, FF and FC. RGB value is (60,255,252). Sum of RGB (Red+Green+Blue) = 60+255+252=567 (75% of max value = 765). Red value is 60 (23.83% from 255 or 10.58% from 567); Green value is 255 (100% from 255 or 44.97% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFFFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CFFFC is #C30003. Grayscale: #C4C4C4. Windows color (decimal): -12779524 or 16580412. OLE color: 16580412.
HSL color Cylindrical-coordinate representation of color #3CFFFC: hue angle of 179.08º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFFFC is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 252 | - |
| CMYK | 0.76 | 0 | 0.01 | 0 |
| HSL | 179.08º | 1% | 0.62% | - |
| HSV(B) | 179.08º | 0.76% | 1% | - |
| XYZ | 55.19 | 79.51 | 104.53 | - |
| YUV | 196.35 | 159.4 | 30.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 252 | 0.76 | 0 | 0.01 | 0 | 179.08 | 1 | 0.62 |
| Hex | 3C | FF | FC | 4C | 0 | 1 | 0 | B3 | 64 | 3E |
| Octal | 74 | 377 | 374 | 114 | 0 | 1 | 0 | 263 | 144 | 76 |
| Binary | 111100 | 11111111 | 11111100 | 1001100 | 0 | 1 | 0 | 10110011 | 1100100 | 111110 |
Color Harmonies of #3CFFFC
Complementary color
Monochromatic Colors of #3CFFFC
Black with #3CFFFC
Text Example
Text Example
White with #3CFFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFFFC; }
p { color: rgb(60,255,252); }
H1.HeaderClassName
{
color: #3CFFFC;
}
.AnyTagClassName
{
color: #3CFFFC;
}
</style>
background-color css
<style>
a { background-color: #3CFFFC; }
a { background-color: rgb(60,255,252); }
div.DivClassName
{
background-color: #3CFFFC;
}
.BgClassName
{
background-color: #3CFFFC;
}
</style>
border-color css
<style>
span { border-color: #3CFFFC; }
span { border-color: rgb(60,255,252); }
td.TdClassName
{
border-color: #3CFFFC;
}
.TagClassName
{
border-color: #3CFFFC;
}
</style>