Shades of Summer Sky #3DADDF
Tints of Summer Sky #3DADDF
RGB
CMYK
RGB Variations
Color information
#3DADDF (or 0x3DADDF) is known color: Summer Sky. HEX triplet: 3D, AD and DF. RGB value is (61,173,223). Sum of RGB (Red+Green+Blue) = 61+173+223=457 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.35% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #3DADDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DADDF is #C25220. Grayscale: #909090. Windows color (decimal): -12735009 or 14658877. OLE color: 14658877.
HSL color Cylindrical-coordinate representation of color #3DADDF: hue angle of 198.52º 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 #3DADDF is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 173 | 223 | - |
| CMYK | 0.73 | 0.22 | 0 | 0.13 |
| HSL | 198.52º | 0.72% | 0.56% | - |
| HSV(B) | 198.52º | 0.73% | 0.87% | - |
| XYZ | 30.19 | 36.21 | 75.21 | - |
| YUV | 145.21 | 171.89 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 173 | 223 | 0.73 | 0.22 | 0 | 0.13 | 198.52 | 0.72 | 0.56 |
| Hex | 3D | AD | DF | 49 | 16 | 0 | D | C7 | 48 | 38 |
| Octal | 75 | 255 | 337 | 111 | 26 | 0 | 15 | 307 | 110 | 70 |
| Binary | 111101 | 10101101 | 11011111 | 1001001 | 10110 | 0 | 1101 | 11000111 | 1001000 | 111000 |
Color Harmonies of #3DADDF
Complementary color
Monochromatic Colors of #3DADDF
Black with #3DADDF
Text Example
Text Example
White with #3DADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DADDF; }
p { color: rgb(61,173,223); }
H1.HeaderClassName
{
color: #3DADDF;
}
.AnyTagClassName
{
color: #3DADDF;
}
</style>
background-color css
<style>
a { background-color: #3DADDF; }
a { background-color: rgb(61,173,223); }
div.DivClassName
{
background-color: #3DADDF;
}
.BgClassName
{
background-color: #3DADDF;
}
</style>
border-color css
<style>
span { border-color: #3DADDF; }
span { border-color: rgb(61,173,223); }
td.TdClassName
{
border-color: #3DADDF;
}
.TagClassName
{
border-color: #3DADDF;
}
</style>