Shades of Summer Sky #1CACDB
Tints of Summer Sky #1CACDB
RGB
CMYK
RGB Variations
Color information
#1CACDB (or 0x1CACDB) is known color: Summer Sky. HEX triplet: 1C, AC and DB. RGB value is (28,172,219). Sum of RGB (Red+Green+Blue) = 28+172+219=419 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.68% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #1CACDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CACDB is #E35324. Grayscale: #858585. Windows color (decimal): -14897957 or 14396444. OLE color: 14396444.
HSL color Cylindrical-coordinate representation of color #1CACDB: hue angle of 194.76º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CACDB is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 28 | 172 | 219 | - |
| CMYK | 0.87 | 0.21 | 0 | 0.14 |
| HSL | 194.76º | 0.77% | 0.48% | - |
| HSV(B) | 194.76º | 0.87% | 0.86% | - |
| XYZ | 28.02 | 34.87 | 72.27 | - |
| YUV | 134.3 | 175.79 | 52.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 172 | 219 | 0.87 | 0.21 | 0 | 0.14 | 194.76 | 0.77 | 0.48 |
| Hex | 1C | AC | DB | 57 | 15 | 0 | E | C3 | 4D | 30 |
| Octal | 34 | 254 | 333 | 127 | 25 | 0 | 16 | 303 | 115 | 60 |
| Binary | 11100 | 10101100 | 11011011 | 1010111 | 10101 | 0 | 1110 | 11000011 | 1001101 | 110000 |
Color Harmonies of #1CACDB
Complementary color
Monochromatic Colors of #1CACDB
Black with #1CACDB
Text Example
Text Example
White with #1CACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CACDB; }
p { color: rgb(28,172,219); }
H1.HeaderClassName
{
color: #1CACDB;
}
.AnyTagClassName
{
color: #1CACDB;
}
</style>
background-color css
<style>
a { background-color: #1CACDB; }
a { background-color: rgb(28,172,219); }
div.DivClassName
{
background-color: #1CACDB;
}
.BgClassName
{
background-color: #1CACDB;
}
</style>
border-color css
<style>
span { border-color: #1CACDB; }
span { border-color: rgb(28,172,219); }
td.TdClassName
{
border-color: #1CACDB;
}
.TagClassName
{
border-color: #1CACDB;
}
</style>