Shades of Summer Sky #3DACDF
Tints of Summer Sky #3DACDF
RGB
CMYK
RGB Variations
Color information
#3DACDF (or 0x3DACDF) is known color: Summer Sky. HEX triplet: 3D, AC and DF. RGB value is (61,172,223). Sum of RGB (Red+Green+Blue) = 61+172+223=456 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.38% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #3DACDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DACDF is #C25320. Grayscale: #909090. Windows color (decimal): -12735265 or 14658621. OLE color: 14658621.
HSL color Cylindrical-coordinate representation of color #3DACDF: hue angle of 198.89º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DACDF is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 172 | 223 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.13 |
| HSL | 198.89º | 0.72% | 0.56% | - |
| HSV(B) | 198.89º | 0.73% | 0.87% | - |
| XYZ | 30 | 35.82 | 75.15 | - |
| YUV | 144.63 | 172.23 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 172 | 223 | 0.73 | 0.23 | 0 | 0.13 | 198.89 | 0.72 | 0.56 |
| Hex | 3D | AC | DF | 49 | 17 | 0 | D | C7 | 48 | 38 |
| Octal | 75 | 254 | 337 | 111 | 27 | 0 | 15 | 307 | 110 | 70 |
| Binary | 111101 | 10101100 | 11011111 | 1001001 | 10111 | 0 | 1101 | 11000111 | 1001000 | 111000 |
Color Harmonies of #3DACDF
Complementary color
Monochromatic Colors of #3DACDF
Black with #3DACDF
Text Example
Text Example
White with #3DACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DACDF; }
p { color: rgb(61,172,223); }
H1.HeaderClassName
{
color: #3DACDF;
}
.AnyTagClassName
{
color: #3DACDF;
}
</style>
background-color css
<style>
a { background-color: #3DACDF; }
a { background-color: rgb(61,172,223); }
div.DivClassName
{
background-color: #3DACDF;
}
.BgClassName
{
background-color: #3DACDF;
}
</style>
border-color css
<style>
span { border-color: #3DACDF; }
span { border-color: rgb(61,172,223); }
td.TdClassName
{
border-color: #3DACDF;
}
.TagClassName
{
border-color: #3DACDF;
}
</style>