Shades of Summer Sky #3DAADF
Tints of Summer Sky #3DAADF
RGB
CMYK
RGB Variations
Color information
#3DAADF (or 0x3DAADF) is known color: Summer Sky. HEX triplet: 3D, AA and DF. RGB value is (61,170,223). Sum of RGB (Red+Green+Blue) = 61+170+223=454 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.44% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #3DAADF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DAADF is #C25520. Grayscale: #8F8F8F. Windows color (decimal): -12735777 or 14658109. OLE color: 14658109.
HSL color Cylindrical-coordinate representation of color #3DAADF: hue angle of 199.63º 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 #3DAADF is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 170 | 223 | - |
| CMYK | 0.73 | 0.24 | 0 | 0.13 |
| HSL | 199.63º | 0.72% | 0.56% | - |
| HSV(B) | 199.63º | 0.73% | 0.87% | - |
| XYZ | 29.62 | 35.07 | 75.02 | - |
| YUV | 143.45 | 172.89 | 69.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 170 | 223 | 0.73 | 0.24 | 0 | 0.13 | 199.63 | 0.72 | 0.56 |
| Hex | 3D | AA | DF | 49 | 18 | 0 | D | C8 | 48 | 38 |
| Octal | 75 | 252 | 337 | 111 | 30 | 0 | 15 | 310 | 110 | 70 |
| Binary | 111101 | 10101010 | 11011111 | 1001001 | 11000 | 0 | 1101 | 11001000 | 1001000 | 111000 |
Color Harmonies of #3DAADF
Complementary color
Monochromatic Colors of #3DAADF
Black with #3DAADF
Text Example
Text Example
White with #3DAADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAADF; }
p { color: rgb(61,170,223); }
H1.HeaderClassName
{
color: #3DAADF;
}
.AnyTagClassName
{
color: #3DAADF;
}
</style>
background-color css
<style>
a { background-color: #3DAADF; }
a { background-color: rgb(61,170,223); }
div.DivClassName
{
background-color: #3DAADF;
}
.BgClassName
{
background-color: #3DAADF;
}
</style>
border-color css
<style>
span { border-color: #3DAADF; }
span { border-color: rgb(61,170,223); }
td.TdClassName
{
border-color: #3DAADF;
}
.TagClassName
{
border-color: #3DAADF;
}
</style>