Shades of Baby Blue #3DFFFD
Tints of Baby Blue #3DFFFD
RGB
CMYK
RGB Variations
Color information
#3DFFFD (or 0x3DFFFD) is known color: Baby Blue. HEX triplet: 3D, FF and FD. RGB value is (61,255,253). Sum of RGB (Red+Green+Blue) = 61+255+253=569 (75% of max value = 765). Red value is 61 (24.22% from 255 or 10.72% from 569); Green value is 255 (100% from 255 or 44.82% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFFFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DFFFD is #C20002. Grayscale: #C4C4C4. Windows color (decimal): -12713987 or 16645949. OLE color: 16645949.
HSL color Cylindrical-coordinate representation of color #3DFFFD: 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 #3DFFFD is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 255 | 253 | - |
| CMYK | 0.76 | 0 | 0.01 | 0 |
| HSL | 179.38º | 1% | 0.62% | - |
| HSV(B) | 179.38º | 0.76% | 1% | - |
| XYZ | 55.41 | 79.6 | 105.37 | - |
| YUV | 196.77 | 159.73 | 31.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 255 | 253 | 0.76 | 0 | 0.01 | 0 | 179.38 | 1 | 0.62 |
| Hex | 3D | FF | FD | 4C | 0 | 1 | 0 | B3 | 64 | 3E |
| Octal | 75 | 377 | 375 | 114 | 0 | 1 | 0 | 263 | 144 | 76 |
| Binary | 111101 | 11111111 | 11111101 | 1001100 | 0 | 1 | 0 | 10110011 | 1100100 | 111110 |
Color Harmonies of #3DFFFD
Complementary color
Monochromatic Colors of #3DFFFD
Black with #3DFFFD
Text Example
Text Example
White with #3DFFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFFFD; }
p { color: rgb(61,255,253); }
H1.HeaderClassName
{
color: #3DFFFD;
}
.AnyTagClassName
{
color: #3DFFFD;
}
</style>
background-color css
<style>
a { background-color: #3DFFFD; }
a { background-color: rgb(61,255,253); }
div.DivClassName
{
background-color: #3DFFFD;
}
.BgClassName
{
background-color: #3DFFFD;
}
</style>
border-color css
<style>
span { border-color: #3DFFFD; }
span { border-color: rgb(61,255,253); }
td.TdClassName
{
border-color: #3DFFFD;
}
.TagClassName
{
border-color: #3DFFFD;
}
</style>