Shades of Summer Sky #1CACE6
Tints of Summer Sky #1CACE6
RGB
CMYK
RGB Variations
Color information
#1CACE6 (or 0x1CACE6) is known color: Summer Sky. HEX triplet: 1C, AC and E6. RGB value is (28,172,230). Sum of RGB (Red+Green+Blue) = 28+172+230=430 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.51% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 230 (90.23% from 255 or 53.49% from 430); Max value from RGB is 230 - color contains mainly: blue. Hex color #1CACE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CACE6 is #E35319. Grayscale: #878787. Windows color (decimal): -14897946 or 15117340. OLE color: 15117340.
HSL color Cylindrical-coordinate representation of color #1CACE6: hue angle of 197.23º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CACE6 is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 28 | 172 | 230 | - |
| CMYK | 0.88 | 0.25 | 0 | 0.10 |
| HSL | 197.23º | 0.8% | 0.51% | - |
| HSV(B) | 197.23º | 0.88% | 0.9% | - |
| XYZ | 29.51 | 35.47 | 80.15 | - |
| YUV | 135.56 | 181.29 | 51.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 172 | 230 | 0.88 | 0.25 | 0 | 0.10 | 197.23 | 0.8 | 0.51 |
| Hex | 1C | AC | E6 | 58 | 19 | 0 | A | C5 | 50 | 33 |
| Octal | 34 | 254 | 346 | 130 | 31 | 0 | 12 | 305 | 120 | 63 |
| Binary | 11100 | 10101100 | 11100110 | 1011000 | 11001 | 0 | 1010 | 11000101 | 1010000 | 110011 |
Color Harmonies of #1CACE6
Complementary color
Monochromatic Colors of #1CACE6
Black with #1CACE6
Text Example
Text Example
White with #1CACE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CACE6; }
p { color: rgb(28,172,230); }
H1.HeaderClassName
{
color: #1CACE6;
}
.AnyTagClassName
{
color: #1CACE6;
}
</style>
background-color css
<style>
a { background-color: #1CACE6; }
a { background-color: rgb(28,172,230); }
div.DivClassName
{
background-color: #1CACE6;
}
.BgClassName
{
background-color: #1CACE6;
}
</style>
border-color css
<style>
span { border-color: #1CACE6; }
span { border-color: rgb(28,172,230); }
td.TdClassName
{
border-color: #1CACE6;
}
.TagClassName
{
border-color: #1CACE6;
}
</style>