Shades of Summer Sky #3DBDDD
Tints of Summer Sky #3DBDDD
RGB
CMYK
RGB Variations
Color information
#3DBDDD (or 0x3DBDDD) is known color: Summer Sky. HEX triplet: 3D, BD and DD. RGB value is (61,189,221). Sum of RGB (Red+Green+Blue) = 61+189+221=471 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.95% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #3DBDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBDDD is #C24222. Grayscale: #9A9A9A. Windows color (decimal): -12730915 or 14531901. OLE color: 14531901.
HSL color Cylindrical-coordinate representation of color #3DBDDD: hue angle of 192º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DBDDD is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 189 | 221 | - |
| CMYK | 0.72 | 0.14 | 0 | 0.13 |
| HSL | 192º | 0.7% | 0.55% | - |
| HSV(B) | 192º | 0.72% | 0.87% | - |
| XYZ | 33.17 | 42.61 | 74.88 | - |
| YUV | 154.38 | 165.59 | 61.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 189 | 221 | 0.72 | 0.14 | 0 | 0.13 | 192 | 0.7 | 0.55 |
| Hex | 3D | BD | DD | 48 | E | 0 | D | C0 | 46 | 37 |
| Octal | 75 | 275 | 335 | 110 | 16 | 0 | 15 | 300 | 106 | 67 |
| Binary | 111101 | 10111101 | 11011101 | 1001000 | 1110 | 0 | 1101 | 11000000 | 1000110 | 110111 |
Color Harmonies of #3DBDDD
Complementary color
Monochromatic Colors of #3DBDDD
Black with #3DBDDD
Text Example
Text Example
White with #3DBDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBDDD; }
p { color: rgb(61,189,221); }
H1.HeaderClassName
{
color: #3DBDDD;
}
.AnyTagClassName
{
color: #3DBDDD;
}
</style>
background-color css
<style>
a { background-color: #3DBDDD; }
a { background-color: rgb(61,189,221); }
div.DivClassName
{
background-color: #3DBDDD;
}
.BgClassName
{
background-color: #3DBDDD;
}
</style>
border-color css
<style>
span { border-color: #3DBDDD; }
span { border-color: rgb(61,189,221); }
td.TdClassName
{
border-color: #3DBDDD;
}
.TagClassName
{
border-color: #3DBDDD;
}
</style>