Shades of Baby Blue #3CFBFD
Tints of Baby Blue #3CFBFD
RGB
CMYK
RGB Variations
Color information
#3CFBFD (or 0x3CFBFD) is known color: Baby Blue. HEX triplet: 3C, FB and FD. RGB value is (60,251,253). Sum of RGB (Red+Green+Blue) = 60+251+253=564 (74% of max value = 765). Red value is 60 (23.83% from 255 or 10.64% from 564); Green value is 251 (98.44% from 255 or 44.50% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #3CFBFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CFBFD is #C30402. Grayscale: #C1C1C1. Windows color (decimal): -12780547 or 16644924. OLE color: 16644924.
HSL color Cylindrical-coordinate representation of color #3CFBFD: hue angle of 180.62º 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 #3CFBFD is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 251 | 253 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.01 |
| HSL | 180.62º | 0.98% | 0.61% | - |
| HSV(B) | 180.62º | 0.76% | 0.99% | - |
| XYZ | 54.09 | 77.05 | 104.95 | - |
| YUV | 194.12 | 161.22 | 32.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 251 | 253 | 0.76 | 0.01 | 0 | 0.01 | 180.62 | 0.98 | 0.61 |
| Hex | 3C | FB | FD | 4C | 1 | 0 | 1 | B5 | 62 | 3D |
| Octal | 74 | 373 | 375 | 114 | 1 | 0 | 1 | 265 | 142 | 75 |
| Binary | 111100 | 11111011 | 11111101 | 1001100 | 1 | 0 | 1 | 10110101 | 1100010 | 111101 |
Color Harmonies of #3CFBFD
Complementary color
Monochromatic Colors of #3CFBFD
Black with #3CFBFD
Text Example
Text Example
White with #3CFBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFBFD; }
p { color: rgb(60,251,253); }
H1.HeaderClassName
{
color: #3CFBFD;
}
.AnyTagClassName
{
color: #3CFBFD;
}
</style>
background-color css
<style>
a { background-color: #3CFBFD; }
a { background-color: rgb(60,251,253); }
div.DivClassName
{
background-color: #3CFBFD;
}
.BgClassName
{
background-color: #3CFBFD;
}
</style>
border-color css
<style>
span { border-color: #3CFBFD; }
span { border-color: rgb(60,251,253); }
td.TdClassName
{
border-color: #3CFBFD;
}
.TagClassName
{
border-color: #3CFBFD;
}
</style>