Shades of Summer Sky #3DBADD
Tints of Summer Sky #3DBADD
RGB
CMYK
RGB Variations
Color information
#3DBADD (or 0x3DBADD) is known color: Summer Sky. HEX triplet: 3D, BA and DD. RGB value is (61,186,221). Sum of RGB (Red+Green+Blue) = 61+186+221=468 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.03% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #3DBADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBADD is #C24522. Grayscale: #989898. Windows color (decimal): -12731683 or 14531133. OLE color: 14531133.
HSL color Cylindrical-coordinate representation of color #3DBADD: hue angle of 193.12º 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 #3DBADD is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 186 | 221 | - |
| CMYK | 0.72 | 0.16 | 0 | 0.13 |
| HSL | 193.13º | 0.7% | 0.55% | - |
| HSV(B) | 193.13º | 0.72% | 0.87% | - |
| XYZ | 32.53 | 41.33 | 74.67 | - |
| YUV | 152.62 | 166.59 | 62.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 186 | 221 | 0.72 | 0.16 | 0 | 0.13 | 193.13 | 0.7 | 0.55 |
| Hex | 3D | BA | DD | 48 | 10 | 0 | D | C1 | 46 | 37 |
| Octal | 75 | 272 | 335 | 110 | 20 | 0 | 15 | 301 | 106 | 67 |
| Binary | 111101 | 10111010 | 11011101 | 1001000 | 10000 | 0 | 1101 | 11000001 | 1000110 | 110111 |
Color Harmonies of #3DBADD
Complementary color
Monochromatic Colors of #3DBADD
Black with #3DBADD
Text Example
Text Example
White with #3DBADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBADD; }
p { color: rgb(61,186,221); }
H1.HeaderClassName
{
color: #3DBADD;
}
.AnyTagClassName
{
color: #3DBADD;
}
</style>
background-color css
<style>
a { background-color: #3DBADD; }
a { background-color: rgb(61,186,221); }
div.DivClassName
{
background-color: #3DBADD;
}
.BgClassName
{
background-color: #3DBADD;
}
</style>
border-color css
<style>
span { border-color: #3DBADD; }
span { border-color: rgb(61,186,221); }
td.TdClassName
{
border-color: #3DBADD;
}
.TagClassName
{
border-color: #3DBADD;
}
</style>