Shades of Summer Sky #1CABDC
Tints of Summer Sky #1CABDC
RGB
CMYK
RGB Variations
Color information
#1CABDC (or 0x1CABDC) is known color: Summer Sky. HEX triplet: 1C, AB and DC. RGB value is (28,171,220). Sum of RGB (Red+Green+Blue) = 28+171+220=419 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.68% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #1CABDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CABDC is #E35423. Grayscale: #858585. Windows color (decimal): -14898212 or 14461724. OLE color: 14461724.
HSL color Cylindrical-coordinate representation of color #1CABDC: hue angle of 195.31º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CABDC is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 28 | 171 | 220 | - |
| CMYK | 0.87 | 0.22 | 0 | 0.14 |
| HSL | 195.31º | 0.77% | 0.49% | - |
| HSV(B) | 195.31º | 0.87% | 0.86% | - |
| XYZ | 27.96 | 34.54 | 72.9 | - |
| YUV | 133.83 | 176.62 | 52.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 171 | 220 | 0.87 | 0.22 | 0 | 0.14 | 195.31 | 0.77 | 0.49 |
| Hex | 1C | AB | DC | 57 | 16 | 0 | E | C3 | 4D | 31 |
| Octal | 34 | 253 | 334 | 127 | 26 | 0 | 16 | 303 | 115 | 61 |
| Binary | 11100 | 10101011 | 11011100 | 1010111 | 10110 | 0 | 1110 | 11000011 | 1001101 | 110001 |
Color Harmonies of #1CABDC
Complementary color
Monochromatic Colors of #1CABDC
Black with #1CABDC
Text Example
Text Example
White with #1CABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CABDC; }
p { color: rgb(28,171,220); }
H1.HeaderClassName
{
color: #1CABDC;
}
.AnyTagClassName
{
color: #1CABDC;
}
</style>
background-color css
<style>
a { background-color: #1CABDC; }
a { background-color: rgb(28,171,220); }
div.DivClassName
{
background-color: #1CABDC;
}
.BgClassName
{
background-color: #1CABDC;
}
</style>
border-color css
<style>
span { border-color: #1CABDC; }
span { border-color: rgb(28,171,220); }
td.TdClassName
{
border-color: #1CABDC;
}
.TagClassName
{
border-color: #1CABDC;
}
</style>