Shades of Summer Sky #3DAADD
Tints of Summer Sky #3DAADD
RGB
CMYK
RGB Variations
Color information
#3DAADD (or 0x3DAADD) is known color: Summer Sky. HEX triplet: 3D, AA and DD. RGB value is (61,170,221). Sum of RGB (Red+Green+Blue) = 61+170+221=452 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.50% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #3DAADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DAADD is #C25522. Grayscale: #8E8E8E. Windows color (decimal): -12735779 or 14527037. OLE color: 14527037.
HSL color Cylindrical-coordinate representation of color #3DAADD: hue angle of 199.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 #3DAADD is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 170 | 221 | - |
| CMYK | 0.72 | 0.23 | 0 | 0.13 |
| HSL | 199.13º | 0.7% | 0.55% | - |
| HSV(B) | 199.13º | 0.72% | 0.87% | - |
| XYZ | 29.35 | 34.96 | 73.61 | - |
| YUV | 143.22 | 171.89 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 170 | 221 | 0.72 | 0.23 | 0 | 0.13 | 199.13 | 0.7 | 0.55 |
| Hex | 3D | AA | DD | 48 | 17 | 0 | D | C7 | 46 | 37 |
| Octal | 75 | 252 | 335 | 110 | 27 | 0 | 15 | 307 | 106 | 67 |
| Binary | 111101 | 10101010 | 11011101 | 1001000 | 10111 | 0 | 1101 | 11000111 | 1000110 | 110111 |
Color Harmonies of #3DAADD
Complementary color
Monochromatic Colors of #3DAADD
Black with #3DAADD
Text Example
Text Example
White with #3DAADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAADD; }
p { color: rgb(61,170,221); }
H1.HeaderClassName
{
color: #3DAADD;
}
.AnyTagClassName
{
color: #3DAADD;
}
</style>
background-color css
<style>
a { background-color: #3DAADD; }
a { background-color: rgb(61,170,221); }
div.DivClassName
{
background-color: #3DAADD;
}
.BgClassName
{
background-color: #3DAADD;
}
</style>
border-color css
<style>
span { border-color: #3DAADD; }
span { border-color: rgb(61,170,221); }
td.TdClassName
{
border-color: #3DAADD;
}
.TagClassName
{
border-color: #3DAADD;
}
</style>