Shades of Summer Sky #3CABDB
Tints of Summer Sky #3CABDB
RGB
CMYK
RGB Variations
Color information
#3CABDB (or 0x3CABDB) is known color: Summer Sky. HEX triplet: 3C, AB and DB. RGB value is (60,171,219). Sum of RGB (Red+Green+Blue) = 60+171+219=450 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.33% from 450); Green value is 171 (67.19% from 255 or 38% 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 #3CABDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CABDB is #C35424. Grayscale: #8E8E8E. Windows color (decimal): -12801061 or 14396220. OLE color: 14396220.
HSL color Cylindrical-coordinate representation of color #3CABDB: hue angle of 198.11º 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 #3CABDB is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 171 | 219 | - |
| CMYK | 0.73 | 0.22 | 0 | 0.14 |
| HSL | 198.11º | 0.69% | 0.55% | - |
| HSV(B) | 198.11º | 0.73% | 0.86% | - |
| XYZ | 29.21 | 35.2 | 72.27 | - |
| YUV | 143.28 | 170.73 | 68.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 171 | 219 | 0.73 | 0.22 | 0 | 0.14 | 198.11 | 0.69 | 0.55 |
| Hex | 3C | AB | DB | 49 | 16 | 0 | E | C6 | 45 | 37 |
| Octal | 74 | 253 | 333 | 111 | 26 | 0 | 16 | 306 | 105 | 67 |
| Binary | 111100 | 10101011 | 11011011 | 1001001 | 10110 | 0 | 1110 | 11000110 | 1000101 | 110111 |
Color Harmonies of #3CABDB
Complementary color
Monochromatic Colors of #3CABDB
Black with #3CABDB
Text Example
Text Example
White with #3CABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CABDB; }
p { color: rgb(60,171,219); }
H1.HeaderClassName
{
color: #3CABDB;
}
.AnyTagClassName
{
color: #3CABDB;
}
</style>
background-color css
<style>
a { background-color: #3CABDB; }
a { background-color: rgb(60,171,219); }
div.DivClassName
{
background-color: #3CABDB;
}
.BgClassName
{
background-color: #3CABDB;
}
</style>
border-color css
<style>
span { border-color: #3CABDB; }
span { border-color: rgb(60,171,219); }
td.TdClassName
{
border-color: #3CABDB;
}
.TagClassName
{
border-color: #3CABDB;
}
</style>