Shades of Summer Sky #1CA9DD
Tints of Summer Sky #1CA9DD
RGB
CMYK
RGB Variations
Color information
#1CA9DD (or 0x1CA9DD) is known color: Summer Sky. HEX triplet: 1C, A9 and DD. RGB value is (28,169,221). Sum of RGB (Red+Green+Blue) = 28+169+221=418 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.70% from 418); Green value is 169 (66.41% from 255 or 40.43% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #1CA9DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CA9DD is #E35622. Grayscale: #848484. Windows color (decimal): -14898723 or 14526748. OLE color: 14526748.
HSL color Cylindrical-coordinate representation of color #1CA9DD: hue angle of 196.17º 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 #1CA9DD is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 169 | 221 | - |
| CMYK | 0.87 | 0.24 | 0 | 0.13 |
| HSL | 196.17º | 0.78% | 0.49% | - |
| HSV(B) | 196.17º | 0.87% | 0.87% | - |
| XYZ | 27.72 | 33.84 | 73.48 | - |
| YUV | 132.77 | 177.79 | 53.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 169 | 221 | 0.87 | 0.24 | 0 | 0.13 | 196.17 | 0.78 | 0.49 |
| Hex | 1C | A9 | DD | 57 | 18 | 0 | D | C4 | 4E | 31 |
| Octal | 34 | 251 | 335 | 127 | 30 | 0 | 15 | 304 | 116 | 61 |
| Binary | 11100 | 10101001 | 11011101 | 1010111 | 11000 | 0 | 1101 | 11000100 | 1001110 | 110001 |
Color Harmonies of #1CA9DD
Complementary color
Monochromatic Colors of #1CA9DD
Black with #1CA9DD
Text Example
Text Example
White with #1CA9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA9DD; }
p { color: rgb(28,169,221); }
H1.HeaderClassName
{
color: #1CA9DD;
}
.AnyTagClassName
{
color: #1CA9DD;
}
</style>
background-color css
<style>
a { background-color: #1CA9DD; }
a { background-color: rgb(28,169,221); }
div.DivClassName
{
background-color: #1CA9DD;
}
.BgClassName
{
background-color: #1CA9DD;
}
</style>
border-color css
<style>
span { border-color: #1CA9DD; }
span { border-color: rgb(28,169,221); }
td.TdClassName
{
border-color: #1CA9DD;
}
.TagClassName
{
border-color: #1CA9DD;
}
</style>