Shades of Summer Sky #3DAADB
Tints of Summer Sky #3DAADB
RGB
CMYK
RGB Variations
Color information
#3DAADB (or 0x3DAADB) is known color: Summer Sky. HEX triplet: 3D, AA and DB. RGB value is (61,170,219). Sum of RGB (Red+Green+Blue) = 61+170+219=450 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.56% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #3DAADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DAADB is #C25524. Grayscale: #8E8E8E. Windows color (decimal): -12735781 or 14395965. OLE color: 14395965.
HSL color Cylindrical-coordinate representation of color #3DAADB: hue angle of 198.61º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DAADB is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 170 | 219 | - |
| CMYK | 0.72 | 0.22 | 0 | 0.14 |
| HSL | 198.61º | 0.69% | 0.55% | - |
| HSV(B) | 198.61º | 0.72% | 0.86% | - |
| XYZ | 29.09 | 34.86 | 72.21 | - |
| YUV | 143 | 170.89 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 170 | 219 | 0.72 | 0.22 | 0 | 0.14 | 198.61 | 0.69 | 0.55 |
| Hex | 3D | AA | DB | 48 | 16 | 0 | E | C7 | 45 | 37 |
| Octal | 75 | 252 | 333 | 110 | 26 | 0 | 16 | 307 | 105 | 67 |
| Binary | 111101 | 10101010 | 11011011 | 1001000 | 10110 | 0 | 1110 | 11000111 | 1000101 | 110111 |
Color Harmonies of #3DAADB
Complementary color
Monochromatic Colors of #3DAADB
Black with #3DAADB
Text Example
Text Example
White with #3DAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAADB; }
p { color: rgb(61,170,219); }
H1.HeaderClassName
{
color: #3DAADB;
}
.AnyTagClassName
{
color: #3DAADB;
}
</style>
background-color css
<style>
a { background-color: #3DAADB; }
a { background-color: rgb(61,170,219); }
div.DivClassName
{
background-color: #3DAADB;
}
.BgClassName
{
background-color: #3DAADB;
}
</style>
border-color css
<style>
span { border-color: #3DAADB; }
span { border-color: rgb(61,170,219); }
td.TdClassName
{
border-color: #3DAADB;
}
.TagClassName
{
border-color: #3DAADB;
}
</style>