Shades of Summer Sky #1CACEB
Tints of Summer Sky #1CACEB
RGB
CMYK
RGB Variations
Color information
#1CACEB (or 0x1CACEB) is known color: Summer Sky. HEX triplet: 1C, AC and EB. RGB value is (28,172,235). Sum of RGB (Red+Green+Blue) = 28+172+235=435 (57% of max value = 765). Red value is 28 (11.33% from 255 or 6.44% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 235 (92.19% from 255 or 54.02% from 435); Max value from RGB is 235 - color contains mainly: blue. Hex color #1CACEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CACEB is #E35314. Grayscale: #878787. Windows color (decimal): -14897941 or 15445020. OLE color: 15445020.
HSL color Cylindrical-coordinate representation of color #1CACEB: hue angle of 198.26º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CACEB is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 172 | 235 | - |
| CMYK | 0.88 | 0.27 | 0 | 0.08 |
| HSL | 198.26º | 0.84% | 0.52% | - |
| HSV(B) | 198.26º | 0.88% | 0.92% | - |
| XYZ | 30.23 | 35.75 | 83.9 | - |
| YUV | 136.13 | 183.79 | 50.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 172 | 235 | 0.88 | 0.27 | 0 | 0.08 | 198.26 | 0.84 | 0.52 |
| Hex | 1C | AC | EB | 58 | 1B | 0 | 8 | C6 | 54 | 34 |
| Octal | 34 | 254 | 353 | 130 | 33 | 0 | 10 | 306 | 124 | 64 |
| Binary | 11100 | 10101100 | 11101011 | 1011000 | 11011 | 0 | 1000 | 11000110 | 1010100 | 110100 |
Color Harmonies of #1CACEB
Complementary color
Monochromatic Colors of #1CACEB
Black with #1CACEB
Text Example
Text Example
White with #1CACEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CACEB; }
p { color: rgb(28,172,235); }
H1.HeaderClassName
{
color: #1CACEB;
}
.AnyTagClassName
{
color: #1CACEB;
}
</style>
background-color css
<style>
a { background-color: #1CACEB; }
a { background-color: rgb(28,172,235); }
div.DivClassName
{
background-color: #1CACEB;
}
.BgClassName
{
background-color: #1CACEB;
}
</style>
border-color css
<style>
span { border-color: #1CACEB; }
span { border-color: rgb(28,172,235); }
td.TdClassName
{
border-color: #1CACEB;
}
.TagClassName
{
border-color: #1CACEB;
}
</style>