Shades of Summer Sky #3DADE5
Tints of Summer Sky #3DADE5
RGB
CMYK
RGB Variations
Color information
#3DADE5 (or 0x3DADE5) is known color: Summer Sky. HEX triplet: 3D, AD and E5. RGB value is (61,173,229). Sum of RGB (Red+Green+Blue) = 61+173+229=463 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.17% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 229 (89.84% from 255 or 49.46% from 463); Max value from RGB is 229 - color contains mainly: blue. Hex color #3DADE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DADE5 is #C2521A. Grayscale: #919191. Windows color (decimal): -12735003 or 15052093. OLE color: 15052093.
HSL color Cylindrical-coordinate representation of color #3DADE5: hue angle of 200º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DADE5 is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 61 | 173 | 229 | - |
| CMYK | 0.73 | 0.24 | 0 | 0.10 |
| HSL | 200º | 0.76% | 0.57% | - |
| HSV(B) | 200º | 0.73% | 0.9% | - |
| XYZ | 31.01 | 36.54 | 79.55 | - |
| YUV | 145.9 | 174.89 | 67.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 173 | 229 | 0.73 | 0.24 | 0 | 0.10 | 200 | 0.76 | 0.57 |
| Hex | 3D | AD | E5 | 49 | 18 | 0 | A | C8 | 4C | 39 |
| Octal | 75 | 255 | 345 | 111 | 30 | 0 | 12 | 310 | 114 | 71 |
| Binary | 111101 | 10101101 | 11100101 | 1001001 | 11000 | 0 | 1010 | 11001000 | 1001100 | 111001 |
Color Harmonies of #3DADE5
Complementary color
Monochromatic Colors of #3DADE5
Black with #3DADE5
Text Example
Text Example
White with #3DADE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DADE5; }
p { color: rgb(61,173,229); }
H1.HeaderClassName
{
color: #3DADE5;
}
.AnyTagClassName
{
color: #3DADE5;
}
</style>
background-color css
<style>
a { background-color: #3DADE5; }
a { background-color: rgb(61,173,229); }
div.DivClassName
{
background-color: #3DADE5;
}
.BgClassName
{
background-color: #3DADE5;
}
</style>
border-color css
<style>
span { border-color: #3DADE5; }
span { border-color: rgb(61,173,229); }
td.TdClassName
{
border-color: #3DADE5;
}
.TagClassName
{
border-color: #3DADE5;
}
</style>