Shades of Summer Sky #3BAADD
Tints of Summer Sky #3BAADD
RGB
CMYK
RGB Variations
Color information
#3BAADD (or 0x3BAADD) is known color: Summer Sky. HEX triplet: 3B, AA and DD. RGB value is (59,170,221). Sum of RGB (Red+Green+Blue) = 59+170+221=450 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.11% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #3BAADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BAADD is #C45522. Grayscale: #8E8E8E. Windows color (decimal): -12866851 or 14527035. OLE color: 14527035.
HSL color Cylindrical-coordinate representation of color #3BAADD: hue angle of 198.89º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BAADD is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 170 | 221 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.13 |
| HSL | 198.89º | 0.7% | 0.55% | - |
| HSV(B) | 198.89º | 0.73% | 0.87% | - |
| XYZ | 29.23 | 34.9 | 73.6 | - |
| YUV | 142.63 | 172.23 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 170 | 221 | 0.73 | 0.23 | 0 | 0.13 | 198.89 | 0.7 | 0.55 |
| Hex | 3B | AA | DD | 49 | 17 | 0 | D | C7 | 46 | 37 |
| Octal | 73 | 252 | 335 | 111 | 27 | 0 | 15 | 307 | 106 | 67 |
| Binary | 111011 | 10101010 | 11011101 | 1001001 | 10111 | 0 | 1101 | 11000111 | 1000110 | 110111 |
Color Harmonies of #3BAADD
Complementary color
Monochromatic Colors of #3BAADD
Black with #3BAADD
Text Example
Text Example
White with #3BAADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAADD; }
p { color: rgb(59,170,221); }
H1.HeaderClassName
{
color: #3BAADD;
}
.AnyTagClassName
{
color: #3BAADD;
}
</style>
background-color css
<style>
a { background-color: #3BAADD; }
a { background-color: rgb(59,170,221); }
div.DivClassName
{
background-color: #3BAADD;
}
.BgClassName
{
background-color: #3BAADD;
}
</style>
border-color css
<style>
span { border-color: #3BAADD; }
span { border-color: rgb(59,170,221); }
td.TdClassName
{
border-color: #3BAADD;
}
.TagClassName
{
border-color: #3BAADD;
}
</style>