Shades of Summer Sky #3DADCE
Tints of Summer Sky #3DADCE
RGB
CMYK
RGB Variations
Color information
#3DADCE (or 0x3DADCE) is known color: Summer Sky. HEX triplet: 3D, AD and CE. RGB value is (61,173,206). Sum of RGB (Red+Green+Blue) = 61+173+206=440 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.86% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #3DADCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DADCE is #C25231. Grayscale: #8F8F8F. Windows color (decimal): -12735026 or 13544765. OLE color: 13544765.
HSL color Cylindrical-coordinate representation of color #3DADCE: hue angle of 193.66º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DADCE is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 173 | 206 | - |
| CMYK | 0.70 | 0.16 | 0 | 0.19 |
| HSL | 193.66º | 0.6% | 0.52% | - |
| HSV(B) | 193.66º | 0.7% | 0.81% | - |
| XYZ | 28.01 | 35.34 | 63.74 | - |
| YUV | 143.27 | 163.39 | 69.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 173 | 206 | 0.70 | 0.16 | 0 | 0.19 | 193.66 | 0.6 | 0.52 |
| Hex | 3D | AD | CE | 46 | 10 | 0 | 13 | C2 | 3C | 34 |
| Octal | 75 | 255 | 316 | 106 | 20 | 0 | 23 | 302 | 74 | 64 |
| Binary | 111101 | 10101101 | 11001110 | 1000110 | 10000 | 0 | 10011 | 11000010 | 111100 | 110100 |
Color Harmonies of #3DADCE
Complementary color
Monochromatic Colors of #3DADCE
Black with #3DADCE
Text Example
Text Example
White with #3DADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DADCE; }
p { color: rgb(61,173,206); }
H1.HeaderClassName
{
color: #3DADCE;
}
.AnyTagClassName
{
color: #3DADCE;
}
</style>
background-color css
<style>
a { background-color: #3DADCE; }
a { background-color: rgb(61,173,206); }
div.DivClassName
{
background-color: #3DADCE;
}
.BgClassName
{
background-color: #3DADCE;
}
</style>
border-color css
<style>
span { border-color: #3DADCE; }
span { border-color: rgb(61,173,206); }
td.TdClassName
{
border-color: #3DADCE;
}
.TagClassName
{
border-color: #3DADCE;
}
</style>