Shades of Summer Sky #1CAADD
Tints of Summer Sky #1CAADD
RGB
CMYK
RGB Variations
Color information
#1CAADD (or 0x1CAADD) is known color: Summer Sky. HEX triplet: 1C, AA and DD. RGB value is (28,170,221). Sum of RGB (Red+Green+Blue) = 28+170+221=419 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.68% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #1CAADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CAADD is #E35522. Grayscale: #858585. Windows color (decimal): -14898467 or 14527004. OLE color: 14527004.
HSL color Cylindrical-coordinate representation of color #1CAADD: hue angle of 195.85º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CAADD is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 170 | 221 | - |
| CMYK | 0.87 | 0.23 | 0 | 0.13 |
| HSL | 195.85º | 0.78% | 0.49% | - |
| HSV(B) | 195.85º | 0.87% | 0.87% | - |
| XYZ | 27.9 | 34.22 | 73.54 | - |
| YUV | 133.36 | 177.46 | 52.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 170 | 221 | 0.87 | 0.23 | 0 | 0.13 | 195.85 | 0.78 | 0.49 |
| Hex | 1C | AA | DD | 57 | 17 | 0 | D | C4 | 4E | 31 |
| Octal | 34 | 252 | 335 | 127 | 27 | 0 | 15 | 304 | 116 | 61 |
| Binary | 11100 | 10101010 | 11011101 | 1010111 | 10111 | 0 | 1101 | 11000100 | 1001110 | 110001 |
Color Harmonies of #1CAADD
Complementary color
Monochromatic Colors of #1CAADD
Black with #1CAADD
Text Example
Text Example
White with #1CAADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAADD; }
p { color: rgb(28,170,221); }
H1.HeaderClassName
{
color: #1CAADD;
}
.AnyTagClassName
{
color: #1CAADD;
}
</style>
background-color css
<style>
a { background-color: #1CAADD; }
a { background-color: rgb(28,170,221); }
div.DivClassName
{
background-color: #1CAADD;
}
.BgClassName
{
background-color: #1CAADD;
}
</style>
border-color css
<style>
span { border-color: #1CAADD; }
span { border-color: rgb(28,170,221); }
td.TdClassName
{
border-color: #1CAADD;
}
.TagClassName
{
border-color: #1CAADD;
}
</style>