Shades of Summer Sky #1CAAE1
Tints of Summer Sky #1CAAE1
RGB
CMYK
RGB Variations
Color information
#1CAAE1 (or 0x1CAAE1) is known color: Summer Sky. HEX triplet: 1C, AA and E1. RGB value is (28,170,225). Sum of RGB (Red+Green+Blue) = 28+170+225=423 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.62% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 225 (88.28% from 255 or 53.19% from 423); Max value from RGB is 225 - color contains mainly: blue. Hex color #1CAAE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CAAE1 is #E3551E. Grayscale: #858585. Windows color (decimal): -14898463 or 14789148. OLE color: 14789148.
HSL color Cylindrical-coordinate representation of color #1CAAE1: hue angle of 196.75º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CAAE1 is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 28 | 170 | 225 | - |
| CMYK | 0.88 | 0.24 | 0 | 0.12 |
| HSL | 196.75º | 0.78% | 0.5% | - |
| HSV(B) | 196.75º | 0.88% | 0.88% | - |
| XYZ | 28.44 | 34.43 | 76.38 | - |
| YUV | 133.81 | 179.46 | 52.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 170 | 225 | 0.88 | 0.24 | 0 | 0.12 | 196.75 | 0.78 | 0.5 |
| Hex | 1C | AA | E1 | 58 | 18 | 0 | C | C5 | 4E | 32 |
| Octal | 34 | 252 | 341 | 130 | 30 | 0 | 14 | 305 | 116 | 62 |
| Binary | 11100 | 10101010 | 11100001 | 1011000 | 11000 | 0 | 1100 | 11000101 | 1001110 | 110010 |
Color Harmonies of #1CAAE1
Complementary color
Monochromatic Colors of #1CAAE1
Black with #1CAAE1
Text Example
Text Example
White with #1CAAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAAE1; }
p { color: rgb(28,170,225); }
H1.HeaderClassName
{
color: #1CAAE1;
}
.AnyTagClassName
{
color: #1CAAE1;
}
</style>
background-color css
<style>
a { background-color: #1CAAE1; }
a { background-color: rgb(28,170,225); }
div.DivClassName
{
background-color: #1CAAE1;
}
.BgClassName
{
background-color: #1CAAE1;
}
</style>
border-color css
<style>
span { border-color: #1CAAE1; }
span { border-color: rgb(28,170,225); }
td.TdClassName
{
border-color: #1CAAE1;
}
.TagClassName
{
border-color: #1CAAE1;
}
</style>