Shades of Summer Sky #3DACD4
Tints of Summer Sky #3DACD4
RGB
CMYK
RGB Variations
Color information
#3DACD4 (or 0x3DACD4) is known color: Summer Sky. HEX triplet: 3D, AC and D4. RGB value is (61,172,212). Sum of RGB (Red+Green+Blue) = 61+172+212=445 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.71% from 445); Green value is 172 (67.58% from 255 or 38.65% from 445); Blue value is 212 (83.20% from 255 or 47.64% from 445); Max value from RGB is 212 - color contains mainly: blue. Hex color #3DACD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DACD4 is #C2532B. Grayscale: #8F8F8F. Windows color (decimal): -12735276 or 13937725. OLE color: 13937725.
HSL color Cylindrical-coordinate representation of color #3DACD4: hue angle of 195.89º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DACD4 is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 61 | 172 | 212 | - |
| CMYK | 0.71 | 0.19 | 0 | 0.17 |
| HSL | 195.89º | 0.64% | 0.54% | - |
| HSV(B) | 195.89º | 0.71% | 0.83% | - |
| XYZ | 28.56 | 35.25 | 67.59 | - |
| YUV | 143.37 | 166.73 | 69.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 172 | 212 | 0.71 | 0.19 | 0 | 0.17 | 195.89 | 0.64 | 0.54 |
| Hex | 3D | AC | D4 | 47 | 13 | 0 | 11 | C4 | 40 | 36 |
| Octal | 75 | 254 | 324 | 107 | 23 | 0 | 21 | 304 | 100 | 66 |
| Binary | 111101 | 10101100 | 11010100 | 1000111 | 10011 | 0 | 10001 | 11000100 | 1000000 | 110110 |
Color Harmonies of #3DACD4
Complementary color
Monochromatic Colors of #3DACD4
Black with #3DACD4
Text Example
Text Example
White with #3DACD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DACD4; }
p { color: rgb(61,172,212); }
H1.HeaderClassName
{
color: #3DACD4;
}
.AnyTagClassName
{
color: #3DACD4;
}
</style>
background-color css
<style>
a { background-color: #3DACD4; }
a { background-color: rgb(61,172,212); }
div.DivClassName
{
background-color: #3DACD4;
}
.BgClassName
{
background-color: #3DACD4;
}
</style>
border-color css
<style>
span { border-color: #3DACD4; }
span { border-color: rgb(61,172,212); }
td.TdClassName
{
border-color: #3DACD4;
}
.TagClassName
{
border-color: #3DACD4;
}
</style>