Shades of Summer Sky #1CACE7
Tints of Summer Sky #1CACE7
RGB
CMYK
RGB Variations
Color information
#1CACE7 (or 0x1CACE7) is known color: Summer Sky. HEX triplet: 1C, AC and E7. RGB value is (28,172,231). Sum of RGB (Red+Green+Blue) = 28+172+231=431 (57% of max value = 765). Red value is 28 (11.33% from 255 or 6.50% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 231 (90.62% from 255 or 53.60% from 431); Max value from RGB is 231 - color contains mainly: blue. Hex color #1CACE7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CACE7 is #E35318. Grayscale: #878787. Windows color (decimal): -14897945 or 15182876. OLE color: 15182876.
HSL color Cylindrical-coordinate representation of color #1CACE7: hue angle of 197.44º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CACE7 is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 28 | 172 | 231 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.09 |
| HSL | 197.44º | 0.81% | 0.51% | - |
| HSV(B) | 197.44º | 0.88% | 0.91% | - |
| XYZ | 29.66 | 35.52 | 80.89 | - |
| YUV | 135.67 | 181.79 | 51.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 172 | 231 | 0.88 | 0.26 | 0 | 0.09 | 197.44 | 0.81 | 0.51 |
| Hex | 1C | AC | E7 | 58 | 1A | 0 | 9 | C5 | 51 | 33 |
| Octal | 34 | 254 | 347 | 130 | 32 | 0 | 11 | 305 | 121 | 63 |
| Binary | 11100 | 10101100 | 11100111 | 1011000 | 11010 | 0 | 1001 | 11000101 | 1010001 | 110011 |
Color Harmonies of #1CACE7
Complementary color
Monochromatic Colors of #1CACE7
Black with #1CACE7
Text Example
Text Example
White with #1CACE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CACE7; }
p { color: rgb(28,172,231); }
H1.HeaderClassName
{
color: #1CACE7;
}
.AnyTagClassName
{
color: #1CACE7;
}
</style>
background-color css
<style>
a { background-color: #1CACE7; }
a { background-color: rgb(28,172,231); }
div.DivClassName
{
background-color: #1CACE7;
}
.BgClassName
{
background-color: #1CACE7;
}
</style>
border-color css
<style>
span { border-color: #1CACE7; }
span { border-color: rgb(28,172,231); }
td.TdClassName
{
border-color: #1CACE7;
}
.TagClassName
{
border-color: #1CACE7;
}
</style>