Shades of Summer Sky #3DADE7
Tints of Summer Sky #3DADE7
RGB
CMYK
RGB Variations
Color information
#3DADE7 (or 0x3DADE7) is known color: Summer Sky. HEX triplet: 3D, AD and E7. RGB value is (61,173,231). Sum of RGB (Red+Green+Blue) = 61+173+231=465 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.12% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 231 (90.62% from 255 or 49.68% from 465); Max value from RGB is 231 - color contains mainly: blue. Hex color #3DADE7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3DADE7 is #C25218. Grayscale: #919191. Windows color (decimal): -12735001 or 15183165. OLE color: 15183165.
HSL color Cylindrical-coordinate representation of color #3DADE7: hue angle of 200.47º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DADE7 is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 61 | 173 | 231 | - |
| CMYK | 0.74 | 0.25 | 0 | 0.09 |
| HSL | 200.47º | 0.78% | 0.57% | - |
| HSV(B) | 200.47º | 0.74% | 0.91% | - |
| XYZ | 31.29 | 36.65 | 81.03 | - |
| YUV | 146.12 | 175.89 | 67.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 173 | 231 | 0.74 | 0.25 | 0 | 0.09 | 200.47 | 0.78 | 0.57 |
| Hex | 3D | AD | E7 | 4A | 19 | 0 | 9 | C8 | 4E | 39 |
| Octal | 75 | 255 | 347 | 112 | 31 | 0 | 11 | 310 | 116 | 71 |
| Binary | 111101 | 10101101 | 11100111 | 1001010 | 11001 | 0 | 1001 | 11001000 | 1001110 | 111001 |
Color Harmonies of #3DADE7
Complementary color
Monochromatic Colors of #3DADE7
Black with #3DADE7
Text Example
Text Example
White with #3DADE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DADE7; }
p { color: rgb(61,173,231); }
H1.HeaderClassName
{
color: #3DADE7;
}
.AnyTagClassName
{
color: #3DADE7;
}
</style>
background-color css
<style>
a { background-color: #3DADE7; }
a { background-color: rgb(61,173,231); }
div.DivClassName
{
background-color: #3DADE7;
}
.BgClassName
{
background-color: #3DADE7;
}
</style>
border-color css
<style>
span { border-color: #3DADE7; }
span { border-color: rgb(61,173,231); }
td.TdClassName
{
border-color: #3DADE7;
}
.TagClassName
{
border-color: #3DADE7;
}
</style>