Shades of Baby Blue #3DFFFF
Tints of Baby Blue #3DFFFF
RGB
CMYK
RGB Variations
Color information
#3DFFFF (or 0x3DFFFF) is known color: Baby Blue. HEX triplet: 3D, FF and FF. RGB value is (61,255,255). Sum of RGB (Red+Green+Blue) = 61+255+255=571 (75% of max value = 765). Red value is 61 (24.22% from 255 or 10.68% from 571); Green value is 255 (100% from 255 or 44.66% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #3DFFFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DFFFF is #C20000. Grayscale: #C4C4C4. Windows color (decimal): -12713985 or 16777021. OLE color: 16777021.
HSL color Cylindrical-coordinate representation of color #3DFFFF: hue angle of 180º 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 #3DFFFF is Cyan = 0.76, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 255 | 255 | - |
| CMYK | 0.76 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.62% | - |
| HSV(B) | 180º | 0.76% | 1% | - |
| XYZ | 55.73 | 79.73 | 107.06 | - |
| YUV | 196.99 | 160.73 | 31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 255 | 255 | 0.76 | 0 | 0 | 0 | 180 | 1 | 0.62 |
| Hex | 3D | FF | FF | 4C | 0 | 0 | 0 | B4 | 64 | 3E |
| Octal | 75 | 377 | 377 | 114 | 0 | 0 | 0 | 264 | 144 | 76 |
| Binary | 111101 | 11111111 | 11111111 | 1001100 | 0 | 0 | 0 | 10110100 | 1100100 | 111110 |
Color Harmonies of #3DFFFF
Complementary color
Monochromatic Colors of #3DFFFF
Black with #3DFFFF
Text Example
Text Example
White with #3DFFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFFFF; }
p { color: rgb(61,255,255); }
H1.HeaderClassName
{
color: #3DFFFF;
}
.AnyTagClassName
{
color: #3DFFFF;
}
</style>
background-color css
<style>
a { background-color: #3DFFFF; }
a { background-color: rgb(61,255,255); }
div.DivClassName
{
background-color: #3DFFFF;
}
.BgClassName
{
background-color: #3DFFFF;
}
</style>
border-color css
<style>
span { border-color: #3DFFFF; }
span { border-color: rgb(61,255,255); }
td.TdClassName
{
border-color: #3DFFFF;
}
.TagClassName
{
border-color: #3DFFFF;
}
</style>