Shades of Summer Sky #3DBADC
Tints of Summer Sky #3DBADC
RGB
CMYK
RGB Variations
Color information
#3DBADC (or 0x3DBADC) is known color: Summer Sky. HEX triplet: 3D, BA and DC. RGB value is (61,186,220). Sum of RGB (Red+Green+Blue) = 61+186+220=467 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.06% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #3DBADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBADC is #C24523. Grayscale: #989898. Windows color (decimal): -12731684 or 14465597. OLE color: 14465597.
HSL color Cylindrical-coordinate representation of color #3DBADC: hue angle of 192.83º 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 #3DBADC is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 186 | 220 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.14 |
| HSL | 192.83º | 0.69% | 0.55% | - |
| HSV(B) | 192.83º | 0.72% | 0.86% | - |
| XYZ | 32.4 | 41.28 | 73.97 | - |
| YUV | 152.5 | 166.09 | 62.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 186 | 220 | 0.72 | 0.15 | 0 | 0.14 | 192.83 | 0.69 | 0.55 |
| Hex | 3D | BA | DC | 48 | F | 0 | E | C1 | 45 | 37 |
| Octal | 75 | 272 | 334 | 110 | 17 | 0 | 16 | 301 | 105 | 67 |
| Binary | 111101 | 10111010 | 11011100 | 1001000 | 1111 | 0 | 1110 | 11000001 | 1000101 | 110111 |
Color Harmonies of #3DBADC
Complementary color
Monochromatic Colors of #3DBADC
Black with #3DBADC
Text Example
Text Example
White with #3DBADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBADC; }
p { color: rgb(61,186,220); }
H1.HeaderClassName
{
color: #3DBADC;
}
.AnyTagClassName
{
color: #3DBADC;
}
</style>
background-color css
<style>
a { background-color: #3DBADC; }
a { background-color: rgb(61,186,220); }
div.DivClassName
{
background-color: #3DBADC;
}
.BgClassName
{
background-color: #3DBADC;
}
</style>
border-color css
<style>
span { border-color: #3DBADC; }
span { border-color: rgb(61,186,220); }
td.TdClassName
{
border-color: #3DBADC;
}
.TagClassName
{
border-color: #3DBADC;
}
</style>