Shades of Baby Blue #3CFFFB
Tints of Baby Blue #3CFFFB
RGB
CMYK
RGB Variations
Color information
#3CFFFB (or 0x3CFFFB) is known color: Baby Blue. HEX triplet: 3C, FF and FB. RGB value is (60,255,251). Sum of RGB (Red+Green+Blue) = 60+255+251=566 (74% of max value = 765). Red value is 60 (23.83% from 255 or 10.60% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFFFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CFFFB is #C30004. Grayscale: #C4C4C4. Windows color (decimal): -12779525 or 16514876. OLE color: 16514876.
HSL color Cylindrical-coordinate representation of color #3CFFFB: hue angle of 178.77º 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 #3CFFFB is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 251 | - |
| CMYK | 0.76 | 0 | 0.02 | 0 |
| HSL | 178.77º | 1% | 0.62% | - |
| HSV(B) | 178.77º | 0.76% | 1% | - |
| XYZ | 55.04 | 79.45 | 103.7 | - |
| YUV | 196.24 | 158.9 | 30.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 251 | 0.76 | 0 | 0.02 | 0 | 178.77 | 1 | 0.62 |
| Hex | 3C | FF | FB | 4C | 0 | 2 | 0 | B3 | 64 | 3E |
| Octal | 74 | 377 | 373 | 114 | 0 | 2 | 0 | 263 | 144 | 76 |
| Binary | 111100 | 11111111 | 11111011 | 1001100 | 0 | 10 | 0 | 10110011 | 1100100 | 111110 |
Color Harmonies of #3CFFFB
Complementary color
Monochromatic Colors of #3CFFFB
Black with #3CFFFB
Text Example
Text Example
White with #3CFFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFFFB; }
p { color: rgb(60,255,251); }
H1.HeaderClassName
{
color: #3CFFFB;
}
.AnyTagClassName
{
color: #3CFFFB;
}
</style>
background-color css
<style>
a { background-color: #3CFFFB; }
a { background-color: rgb(60,255,251); }
div.DivClassName
{
background-color: #3CFFFB;
}
.BgClassName
{
background-color: #3CFFFB;
}
</style>
border-color css
<style>
span { border-color: #3CFFFB; }
span { border-color: rgb(60,255,251); }
td.TdClassName
{
border-color: #3CFFFB;
}
.TagClassName
{
border-color: #3CFFFB;
}
</style>