Shades of Summer Sky #3DADE0
Tints of Summer Sky #3DADE0
RGB
CMYK
RGB Variations
Color information
#3DADE0 (or 0x3DADE0) is known color: Summer Sky. HEX triplet: 3D, AD and E0. RGB value is (61,173,224). Sum of RGB (Red+Green+Blue) = 61+173+224=458 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.32% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 224 (87.89% from 255 or 48.91% from 458); Max value from RGB is 224 - color contains mainly: blue. Hex color #3DADE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DADE0 is #C2521F. Grayscale: #919191. Windows color (decimal): -12735008 or 14724413. OLE color: 14724413.
HSL color Cylindrical-coordinate representation of color #3DADE0: hue angle of 198.77º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DADE0 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 61 | 173 | 224 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.12 |
| HSL | 198.77º | 0.72% | 0.56% | - |
| HSV(B) | 198.77º | 0.73% | 0.88% | - |
| XYZ | 30.32 | 36.26 | 75.92 | - |
| YUV | 145.33 | 172.39 | 67.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 173 | 224 | 0.73 | 0.23 | 0 | 0.12 | 198.77 | 0.72 | 0.56 |
| Hex | 3D | AD | E0 | 49 | 17 | 0 | C | C7 | 48 | 38 |
| Octal | 75 | 255 | 340 | 111 | 27 | 0 | 14 | 307 | 110 | 70 |
| Binary | 111101 | 10101101 | 11100000 | 1001001 | 10111 | 0 | 1100 | 11000111 | 1001000 | 111000 |
Color Harmonies of #3DADE0
Complementary color
Monochromatic Colors of #3DADE0
Black with #3DADE0
Text Example
Text Example
White with #3DADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DADE0; }
p { color: rgb(61,173,224); }
H1.HeaderClassName
{
color: #3DADE0;
}
.AnyTagClassName
{
color: #3DADE0;
}
</style>
background-color css
<style>
a { background-color: #3DADE0; }
a { background-color: rgb(61,173,224); }
div.DivClassName
{
background-color: #3DADE0;
}
.BgClassName
{
background-color: #3DADE0;
}
</style>
border-color css
<style>
span { border-color: #3DADE0; }
span { border-color: rgb(61,173,224); }
td.TdClassName
{
border-color: #3DADE0;
}
.TagClassName
{
border-color: #3DADE0;
}
</style>