Shades of Summer Sky #3CAADB
Tints of Summer Sky #3CAADB
RGB
CMYK
RGB Variations
Color information
#3CAADB (or 0x3CAADB) is known color: Summer Sky. HEX triplet: 3C, AA and DB. RGB value is (60,170,219). Sum of RGB (Red+Green+Blue) = 60+170+219=449 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.36% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #3CAADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CAADB is #C35524. Grayscale: #8E8E8E. Windows color (decimal): -12801317 or 14395964. OLE color: 14395964.
HSL color Cylindrical-coordinate representation of color #3CAADB: hue angle of 198.49º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CAADB is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 170 | 219 | - |
| CMYK | 0.73 | 0.22 | 0 | 0.14 |
| HSL | 198.49º | 0.69% | 0.55% | - |
| HSV(B) | 198.49º | 0.73% | 0.86% | - |
| XYZ | 29.02 | 34.82 | 72.21 | - |
| YUV | 142.7 | 171.06 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 170 | 219 | 0.73 | 0.22 | 0 | 0.14 | 198.49 | 0.69 | 0.55 |
| Hex | 3C | AA | DB | 49 | 16 | 0 | E | C6 | 45 | 37 |
| Octal | 74 | 252 | 333 | 111 | 26 | 0 | 16 | 306 | 105 | 67 |
| Binary | 111100 | 10101010 | 11011011 | 1001001 | 10110 | 0 | 1110 | 11000110 | 1000101 | 110111 |
Color Harmonies of #3CAADB
Complementary color
Monochromatic Colors of #3CAADB
Black with #3CAADB
Text Example
Text Example
White with #3CAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAADB; }
p { color: rgb(60,170,219); }
H1.HeaderClassName
{
color: #3CAADB;
}
.AnyTagClassName
{
color: #3CAADB;
}
</style>
background-color css
<style>
a { background-color: #3CAADB; }
a { background-color: rgb(60,170,219); }
div.DivClassName
{
background-color: #3CAADB;
}
.BgClassName
{
background-color: #3CAADB;
}
</style>
border-color css
<style>
span { border-color: #3CAADB; }
span { border-color: rgb(60,170,219); }
td.TdClassName
{
border-color: #3CAADB;
}
.TagClassName
{
border-color: #3CAADB;
}
</style>