Shades of Baby Blue #3CFCFD
Tints of Baby Blue #3CFCFD
RGB
CMYK
RGB Variations
Color information
#3CFCFD (or 0x3CFCFD) is known color: Baby Blue. HEX triplet: 3C, FC and FD. RGB value is (60,252,253). Sum of RGB (Red+Green+Blue) = 60+252+253=565 (74% of max value = 765). Red value is 60 (23.83% from 255 or 10.62% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #3CFCFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CFCFD is #C30302. Grayscale: #C2C2C2. Windows color (decimal): -12780291 or 16645180. OLE color: 16645180.
HSL color Cylindrical-coordinate representation of color #3CFCFD: hue angle of 180.31º degrees, saturation: 0.98, 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 #3CFCFD is Cyan = 0.76, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 253 | - |
| CMYK | 0.76 | 0.00 | 0 | 0.01 |
| HSL | 180.31º | 0.98% | 0.61% | - |
| HSV(B) | 180.31º | 0.76% | 0.99% | - |
| XYZ | 54.4 | 77.67 | 105.05 | - |
| YUV | 194.71 | 160.89 | 31.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 253 | 0.76 | 0.00 | 0 | 0.01 | 180.31 | 0.98 | 0.61 |
| Hex | 3C | FC | FD | 4C | 0 | 0 | 1 | B4 | 62 | 3D |
| Octal | 74 | 374 | 375 | 114 | 0 | 0 | 1 | 264 | 142 | 75 |
| Binary | 111100 | 11111100 | 11111101 | 1001100 | 0 | 0 | 1 | 10110100 | 1100010 | 111101 |
Color Harmonies of #3CFCFD
Complementary color
Monochromatic Colors of #3CFCFD
Black with #3CFCFD
Text Example
Text Example
White with #3CFCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFCFD; }
p { color: rgb(60,252,253); }
H1.HeaderClassName
{
color: #3CFCFD;
}
.AnyTagClassName
{
color: #3CFCFD;
}
</style>
background-color css
<style>
a { background-color: #3CFCFD; }
a { background-color: rgb(60,252,253); }
div.DivClassName
{
background-color: #3CFCFD;
}
.BgClassName
{
background-color: #3CFCFD;
}
</style>
border-color css
<style>
span { border-color: #3CFCFD; }
span { border-color: rgb(60,252,253); }
td.TdClassName
{
border-color: #3CFCFD;
}
.TagClassName
{
border-color: #3CFCFD;
}
</style>