Shades of Summer Sky #1CBAEB
Tints of Summer Sky #1CBAEB
RGB
CMYK
RGB Variations
Color information
#1CBAEB (or 0x1CBAEB) is known color: Summer Sky. HEX triplet: 1C, BA and EB. RGB value is (28,186,235). Sum of RGB (Red+Green+Blue) = 28+186+235=449 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.24% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #1CBAEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CBAEB is #E34514. Grayscale: #8F8F8F. Windows color (decimal): -14894357 or 15448604. OLE color: 15448604.
HSL color Cylindrical-coordinate representation of color #1CBAEB: hue angle of 194.2º 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 #1CBAEB is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 186 | 235 | - |
| CMYK | 0.88 | 0.21 | 0 | 0.08 |
| HSL | 194.2º | 0.84% | 0.52% | - |
| HSV(B) | 194.2º | 0.88% | 0.92% | - |
| XYZ | 33.03 | 41.36 | 84.84 | - |
| YUV | 144.34 | 179.15 | 45.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 186 | 235 | 0.88 | 0.21 | 0 | 0.08 | 194.2 | 0.84 | 0.52 |
| Hex | 1C | BA | EB | 58 | 15 | 0 | 8 | C2 | 54 | 34 |
| Octal | 34 | 272 | 353 | 130 | 25 | 0 | 10 | 302 | 124 | 64 |
| Binary | 11100 | 10111010 | 11101011 | 1011000 | 10101 | 0 | 1000 | 11000010 | 1010100 | 110100 |
Color Harmonies of #1CBAEB
Complementary color
Monochromatic Colors of #1CBAEB
Black with #1CBAEB
Text Example
Text Example
White with #1CBAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBAEB; }
p { color: rgb(28,186,235); }
H1.HeaderClassName
{
color: #1CBAEB;
}
.AnyTagClassName
{
color: #1CBAEB;
}
</style>
background-color css
<style>
a { background-color: #1CBAEB; }
a { background-color: rgb(28,186,235); }
div.DivClassName
{
background-color: #1CBAEB;
}
.BgClassName
{
background-color: #1CBAEB;
}
</style>
border-color css
<style>
span { border-color: #1CBAEB; }
span { border-color: rgb(28,186,235); }
td.TdClassName
{
border-color: #1CBAEB;
}
.TagClassName
{
border-color: #1CBAEB;
}
</style>