Shades of Baby Blue #3CFCFB
Tints of Baby Blue #3CFCFB
RGB
CMYK
RGB Variations
Color information
#3CFCFB (or 0x3CFCFB) is known color: Baby Blue. HEX triplet: 3C, FC and FB. RGB value is (60,252,251). Sum of RGB (Red+Green+Blue) = 60+252+251=563 (74% of max value = 765). Red value is 60 (23.83% from 255 or 10.66% from 563); Green value is 252 (98.83% from 255 or 44.76% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFCFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CFCFB is #C30304. Grayscale: #C2C2C2. Windows color (decimal): -12780293 or 16514108. OLE color: 16514108.
HSL color Cylindrical-coordinate representation of color #3CFCFB: hue angle of 179.69º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFCFB is Cyan = 0.76, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 251 | - |
| CMYK | 0.76 | 0 | 0.00 | 0.01 |
| HSL | 179.69º | 0.97% | 0.61% | - |
| HSV(B) | 179.69º | 0.76% | 0.99% | - |
| XYZ | 54.09 | 77.55 | 103.38 | - |
| YUV | 194.48 | 159.89 | 32.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 251 | 0.76 | 0 | 0.00 | 0.01 | 179.69 | 0.97 | 0.61 |
| Hex | 3C | FC | FB | 4C | 0 | 0 | 1 | B4 | 61 | 3D |
| Octal | 74 | 374 | 373 | 114 | 0 | 0 | 1 | 264 | 141 | 75 |
| Binary | 111100 | 11111100 | 11111011 | 1001100 | 0 | 0 | 1 | 10110100 | 1100001 | 111101 |
Color Harmonies of #3CFCFB
Complementary color
Monochromatic Colors of #3CFCFB
Black with #3CFCFB
Text Example
Text Example
White with #3CFCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFCFB; }
p { color: rgb(60,252,251); }
H1.HeaderClassName
{
color: #3CFCFB;
}
.AnyTagClassName
{
color: #3CFCFB;
}
</style>
background-color css
<style>
a { background-color: #3CFCFB; }
a { background-color: rgb(60,252,251); }
div.DivClassName
{
background-color: #3CFCFB;
}
.BgClassName
{
background-color: #3CFCFB;
}
</style>
border-color css
<style>
span { border-color: #3CFCFB; }
span { border-color: rgb(60,252,251); }
td.TdClassName
{
border-color: #3CFCFB;
}
.TagClassName
{
border-color: #3CFCFB;
}
</style>