Shades of Summer Sky #1CAADC
Tints of Summer Sky #1CAADC
RGB
CMYK
RGB Variations
Color information
#1CAADC (or 0x1CAADC) is known color: Summer Sky. HEX triplet: 1C, AA and DC. RGB value is (28,170,220). Sum of RGB (Red+Green+Blue) = 28+170+220=418 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.70% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #1CAADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CAADC is #E35523. Grayscale: #848484. Windows color (decimal): -14898468 or 14461468. OLE color: 14461468.
HSL color Cylindrical-coordinate representation of color #1CAADC: hue angle of 195.62º 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 #1CAADC is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 28 | 170 | 220 | - |
| CMYK | 0.87 | 0.23 | 0 | 0.14 |
| HSL | 195.63º | 0.77% | 0.49% | - |
| HSV(B) | 195.63º | 0.87% | 0.86% | - |
| XYZ | 27.77 | 34.16 | 72.84 | - |
| YUV | 133.24 | 176.96 | 52.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 170 | 220 | 0.87 | 0.23 | 0 | 0.14 | 195.63 | 0.77 | 0.49 |
| Hex | 1C | AA | DC | 57 | 17 | 0 | E | C4 | 4D | 31 |
| Octal | 34 | 252 | 334 | 127 | 27 | 0 | 16 | 304 | 115 | 61 |
| Binary | 11100 | 10101010 | 11011100 | 1010111 | 10111 | 0 | 1110 | 11000100 | 1001101 | 110001 |
Color Harmonies of #1CAADC
Complementary color
Monochromatic Colors of #1CAADC
Black with #1CAADC
Text Example
Text Example
White with #1CAADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAADC; }
p { color: rgb(28,170,220); }
H1.HeaderClassName
{
color: #1CAADC;
}
.AnyTagClassName
{
color: #1CAADC;
}
</style>
background-color css
<style>
a { background-color: #1CAADC; }
a { background-color: rgb(28,170,220); }
div.DivClassName
{
background-color: #1CAADC;
}
.BgClassName
{
background-color: #1CAADC;
}
</style>
border-color css
<style>
span { border-color: #1CAADC; }
span { border-color: rgb(28,170,220); }
td.TdClassName
{
border-color: #1CAADC;
}
.TagClassName
{
border-color: #1CAADC;
}
</style>