Shades of Summer Sky #3CA9DB
Tints of Summer Sky #3CA9DB
RGB
CMYK
RGB Variations
Color information
#3CA9DB (or 0x3CA9DB) is known color: Summer Sky. HEX triplet: 3C, A9 and DB. RGB value is (60,169,219). Sum of RGB (Red+Green+Blue) = 60+169+219=448 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.39% from 448); Green value is 169 (66.41% from 255 or 37.72% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #3CA9DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CA9DB is #C35624. Grayscale: #8D8D8D. Windows color (decimal): -12801573 or 14395708. OLE color: 14395708.
HSL color Cylindrical-coordinate representation of color #3CA9DB: hue angle of 198.87º 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 #3CA9DB is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 169 | 219 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.14 |
| HSL | 198.87º | 0.69% | 0.55% | - |
| HSV(B) | 198.87º | 0.73% | 0.86% | - |
| XYZ | 28.84 | 34.45 | 72.15 | - |
| YUV | 142.11 | 171.39 | 69.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 169 | 219 | 0.73 | 0.23 | 0 | 0.14 | 198.87 | 0.69 | 0.55 |
| Hex | 3C | A9 | DB | 49 | 17 | 0 | E | C7 | 45 | 37 |
| Octal | 74 | 251 | 333 | 111 | 27 | 0 | 16 | 307 | 105 | 67 |
| Binary | 111100 | 10101001 | 11011011 | 1001001 | 10111 | 0 | 1110 | 11000111 | 1000101 | 110111 |
Color Harmonies of #3CA9DB
Complementary color
Monochromatic Colors of #3CA9DB
Black with #3CA9DB
Text Example
Text Example
White with #3CA9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA9DB; }
p { color: rgb(60,169,219); }
H1.HeaderClassName
{
color: #3CA9DB;
}
.AnyTagClassName
{
color: #3CA9DB;
}
</style>
background-color css
<style>
a { background-color: #3CA9DB; }
a { background-color: rgb(60,169,219); }
div.DivClassName
{
background-color: #3CA9DB;
}
.BgClassName
{
background-color: #3CA9DB;
}
</style>
border-color css
<style>
span { border-color: #3CA9DB; }
span { border-color: rgb(60,169,219); }
td.TdClassName
{
border-color: #3CA9DB;
}
.TagClassName
{
border-color: #3CA9DB;
}
</style>