Shades of Baby Blue #3CFEFD
Tints of Baby Blue #3CFEFD
RGB
CMYK
RGB Variations
Color information
#3CFEFD (or 0x3CFEFD) is known color: Baby Blue. HEX triplet: 3C, FE and FD. RGB value is (60,254,253). Sum of RGB (Red+Green+Blue) = 60+254+253=567 (75% of max value = 765). Red value is 60 (23.83% from 255 or 10.58% from 567); Green value is 254 (99.61% from 255 or 44.80% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 254 - color contains mainly: green. Hex color #3CFEFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CFEFD is #C30102. Grayscale: #C3C3C3. Windows color (decimal): -12779779 or 16645692. OLE color: 16645692.
HSL color Cylindrical-coordinate representation of color #3CFEFD: hue angle of 179.69º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFEFD is Cyan = 0.76, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 254 | 253 | - |
| CMYK | 0.76 | 0 | 0.00 | 0.00 |
| HSL | 179.69º | 0.99% | 0.62% | - |
| HSV(B) | 179.69º | 0.76% | 1% | - |
| XYZ | 55.03 | 78.94 | 105.26 | - |
| YUV | 195.88 | 160.23 | 31.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 254 | 253 | 0.76 | 0 | 0.00 | 0.00 | 179.69 | 0.99 | 0.62 |
| Hex | 3C | FE | FD | 4C | 0 | 0 | 0 | B4 | 63 | 3E |
| Octal | 74 | 376 | 375 | 114 | 0 | 0 | 0 | 264 | 143 | 76 |
| Binary | 111100 | 11111110 | 11111101 | 1001100 | 0 | 0 | 0 | 10110100 | 1100011 | 111110 |
Color Harmonies of #3CFEFD
Complementary color
Monochromatic Colors of #3CFEFD
Black with #3CFEFD
Text Example
Text Example
White with #3CFEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFEFD; }
p { color: rgb(60,254,253); }
H1.HeaderClassName
{
color: #3CFEFD;
}
.AnyTagClassName
{
color: #3CFEFD;
}
</style>
background-color css
<style>
a { background-color: #3CFEFD; }
a { background-color: rgb(60,254,253); }
div.DivClassName
{
background-color: #3CFEFD;
}
.BgClassName
{
background-color: #3CFEFD;
}
</style>
border-color css
<style>
span { border-color: #3CFEFD; }
span { border-color: rgb(60,254,253); }
td.TdClassName
{
border-color: #3CFEFD;
}
.TagClassName
{
border-color: #3CFEFD;
}
</style>