Shades of Baby Blue #3CFFFD
Tints of Baby Blue #3CFFFD
RGB
CMYK
RGB Variations
Color information
#3CFFFD (or 0x3CFFFD) is known color: Baby Blue. HEX triplet: 3C, FF and FD. RGB value is (60,255,253). Sum of RGB (Red+Green+Blue) = 60+255+253=568 (75% of max value = 765). Red value is 60 (23.83% from 255 or 10.56% from 568); Green value is 255 (100% from 255 or 44.89% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFFFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CFFFD is #C30002. Grayscale: #C4C4C4. Windows color (decimal): -12779523 or 16645948. OLE color: 16645948.
HSL color Cylindrical-coordinate representation of color #3CFFFD: hue angle of 179.38º 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 #3CFFFD is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 253 | - |
| CMYK | 0.76 | 0 | 0.01 | 0 |
| HSL | 179.38º | 1% | 0.62% | - |
| HSV(B) | 179.38º | 0.76% | 1% | - |
| XYZ | 55.35 | 79.57 | 105.37 | - |
| YUV | 196.47 | 159.9 | 30.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 253 | 0.76 | 0 | 0.01 | 0 | 179.38 | 1 | 0.62 |
| Hex | 3C | FF | FD | 4C | 0 | 1 | 0 | B3 | 64 | 3E |
| Octal | 74 | 377 | 375 | 114 | 0 | 1 | 0 | 263 | 144 | 76 |
| Binary | 111100 | 11111111 | 11111101 | 1001100 | 0 | 1 | 0 | 10110011 | 1100100 | 111110 |
Color Harmonies of #3CFFFD
Complementary color
Monochromatic Colors of #3CFFFD
Black with #3CFFFD
Text Example
Text Example
White with #3CFFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFFFD; }
p { color: rgb(60,255,253); }
H1.HeaderClassName
{
color: #3CFFFD;
}
.AnyTagClassName
{
color: #3CFFFD;
}
</style>
background-color css
<style>
a { background-color: #3CFFFD; }
a { background-color: rgb(60,255,253); }
div.DivClassName
{
background-color: #3CFFFD;
}
.BgClassName
{
background-color: #3CFFFD;
}
</style>
border-color css
<style>
span { border-color: #3CFFFD; }
span { border-color: rgb(60,255,253); }
td.TdClassName
{
border-color: #3CFFFD;
}
.TagClassName
{
border-color: #3CFFFD;
}
</style>