Shades of Summer Sky #3DBCDC
Tints of Summer Sky #3DBCDC
RGB
CMYK
RGB Variations
Color information
#3DBCDC (or 0x3DBCDC) is known color: Summer Sky. HEX triplet: 3D, BC and DC. RGB value is (61,188,220). Sum of RGB (Red+Green+Blue) = 61+188+220=469 (62% of max value = 765). Red value is 61 (24.22% from 255 or 13.01% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #3DBCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBCDC is #C24323. Grayscale: #999999. Windows color (decimal): -12731172 or 14466109. OLE color: 14466109.
HSL color Cylindrical-coordinate representation of color #3DBCDC: hue angle of 192.08º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DBCDC is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 188 | 220 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.14 |
| HSL | 192.08º | 0.69% | 0.55% | - |
| HSV(B) | 192.08º | 0.72% | 0.86% | - |
| XYZ | 32.83 | 42.13 | 74.11 | - |
| YUV | 153.68 | 165.42 | 61.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 188 | 220 | 0.72 | 0.15 | 0 | 0.14 | 192.08 | 0.69 | 0.55 |
| Hex | 3D | BC | DC | 48 | F | 0 | E | C0 | 45 | 37 |
| Octal | 75 | 274 | 334 | 110 | 17 | 0 | 16 | 300 | 105 | 67 |
| Binary | 111101 | 10111100 | 11011100 | 1001000 | 1111 | 0 | 1110 | 11000000 | 1000101 | 110111 |
Color Harmonies of #3DBCDC
Complementary color
Monochromatic Colors of #3DBCDC
Black with #3DBCDC
Text Example
Text Example
White with #3DBCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBCDC; }
p { color: rgb(61,188,220); }
H1.HeaderClassName
{
color: #3DBCDC;
}
.AnyTagClassName
{
color: #3DBCDC;
}
</style>
background-color css
<style>
a { background-color: #3DBCDC; }
a { background-color: rgb(61,188,220); }
div.DivClassName
{
background-color: #3DBCDC;
}
.BgClassName
{
background-color: #3DBCDC;
}
</style>
border-color css
<style>
span { border-color: #3DBCDC; }
span { border-color: rgb(61,188,220); }
td.TdClassName
{
border-color: #3DBCDC;
}
.TagClassName
{
border-color: #3DBCDC;
}
</style>