Shades of Summer Sky #1CB6EC
Tints of Summer Sky #1CB6EC
RGB
CMYK
RGB Variations
Color information
#1CB6EC (or 0x1CB6EC) is known color: Summer Sky. HEX triplet: 1C, B6 and EC. RGB value is (28,182,236). Sum of RGB (Red+Green+Blue) = 28+182+236=446 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.28% from 446); Green value is 182 (71.48% from 255 or 40.81% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #1CB6EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CB6EC is #E34913. Grayscale: #8D8D8D. Windows color (decimal): -14895380 or 15513116. OLE color: 15513116.
HSL color Cylindrical-coordinate representation of color #1CB6EC: hue angle of 195.58º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CB6EC is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 28 | 182 | 236 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.07 |
| HSL | 195.58º | 0.85% | 0.52% | - |
| HSV(B) | 195.58º | 0.88% | 0.93% | - |
| XYZ | 32.35 | 39.76 | 85.33 | - |
| YUV | 142.11 | 180.98 | 46.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 182 | 236 | 0.88 | 0.23 | 0 | 0.07 | 195.58 | 0.85 | 0.52 |
| Hex | 1C | B6 | EC | 58 | 17 | 0 | 7 | C4 | 55 | 34 |
| Octal | 34 | 266 | 354 | 130 | 27 | 0 | 7 | 304 | 125 | 64 |
| Binary | 11100 | 10110110 | 11101100 | 1011000 | 10111 | 0 | 111 | 11000100 | 1010101 | 110100 |
Color Harmonies of #1CB6EC
Complementary color
Monochromatic Colors of #1CB6EC
Black with #1CB6EC
Text Example
Text Example
White with #1CB6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB6EC; }
p { color: rgb(28,182,236); }
H1.HeaderClassName
{
color: #1CB6EC;
}
.AnyTagClassName
{
color: #1CB6EC;
}
</style>
background-color css
<style>
a { background-color: #1CB6EC; }
a { background-color: rgb(28,182,236); }
div.DivClassName
{
background-color: #1CB6EC;
}
.BgClassName
{
background-color: #1CB6EC;
}
</style>
border-color css
<style>
span { border-color: #1CB6EC; }
span { border-color: rgb(28,182,236); }
td.TdClassName
{
border-color: #1CB6EC;
}
.TagClassName
{
border-color: #1CB6EC;
}
</style>