Shades of Summer Sky #3DBCDD
Tints of Summer Sky #3DBCDD
RGB
CMYK
RGB Variations
Color information
#3DBCDD (or 0x3DBCDD) is known color: Summer Sky. HEX triplet: 3D, BC and DD. RGB value is (61,188,221). Sum of RGB (Red+Green+Blue) = 61+188+221=470 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.98% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #3DBCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBCDD is #C24322. Grayscale: #999999. Windows color (decimal): -12731171 or 14531645. OLE color: 14531645.
HSL color Cylindrical-coordinate representation of color #3DBCDD: hue angle of 192.38º 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 #3DBCDD is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 188 | 221 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.13 |
| HSL | 192.38º | 0.7% | 0.55% | - |
| HSV(B) | 192.38º | 0.72% | 0.87% | - |
| XYZ | 32.96 | 42.18 | 74.81 | - |
| YUV | 153.79 | 165.92 | 61.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 188 | 221 | 0.72 | 0.15 | 0 | 0.13 | 192.38 | 0.7 | 0.55 |
| Hex | 3D | BC | DD | 48 | F | 0 | D | C0 | 46 | 37 |
| Octal | 75 | 274 | 335 | 110 | 17 | 0 | 15 | 300 | 106 | 67 |
| Binary | 111101 | 10111100 | 11011101 | 1001000 | 1111 | 0 | 1101 | 11000000 | 1000110 | 110111 |
Color Harmonies of #3DBCDD
Complementary color
Monochromatic Colors of #3DBCDD
Black with #3DBCDD
Text Example
Text Example
White with #3DBCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBCDD; }
p { color: rgb(61,188,221); }
H1.HeaderClassName
{
color: #3DBCDD;
}
.AnyTagClassName
{
color: #3DBCDD;
}
</style>
background-color css
<style>
a { background-color: #3DBCDD; }
a { background-color: rgb(61,188,221); }
div.DivClassName
{
background-color: #3DBCDD;
}
.BgClassName
{
background-color: #3DBCDD;
}
</style>
border-color css
<style>
span { border-color: #3DBCDD; }
span { border-color: rgb(61,188,221); }
td.TdClassName
{
border-color: #3DBCDD;
}
.TagClassName
{
border-color: #3DBCDD;
}
</style>