Shades of Summer Sky #1CBCE5
Tints of Summer Sky #1CBCE5
RGB
CMYK
RGB Variations
Color information
#1CBCE5 (or 0x1CBCE5) is known color: Summer Sky. HEX triplet: 1C, BC and E5. RGB value is (28,188,229). Sum of RGB (Red+Green+Blue) = 28+188+229=445 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.29% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 229 (89.84% from 255 or 51.46% from 445); Max value from RGB is 229 - color contains mainly: blue. Hex color #1CBCE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBCE5 is #E3431A. Grayscale: #909090. Windows color (decimal): -14893851 or 15055900. OLE color: 15055900.
HSL color Cylindrical-coordinate representation of color #1CBCE5: hue angle of 192.24º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CBCE5 is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 28 | 188 | 229 | - |
| CMYK | 0.88 | 0.18 | 0 | 0.10 |
| HSL | 192.24º | 0.79% | 0.5% | - |
| HSV(B) | 192.24º | 0.88% | 0.9% | - |
| XYZ | 32.6 | 41.87 | 80.49 | - |
| YUV | 144.83 | 175.49 | 44.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 229 | 0.88 | 0.18 | 0 | 0.10 | 192.24 | 0.79 | 0.5 |
| Hex | 1C | BC | E5 | 58 | 12 | 0 | A | C0 | 4F | 32 |
| Octal | 34 | 274 | 345 | 130 | 22 | 0 | 12 | 300 | 117 | 62 |
| Binary | 11100 | 10111100 | 11100101 | 1011000 | 10010 | 0 | 1010 | 11000000 | 1001111 | 110010 |
Color Harmonies of #1CBCE5
Complementary color
Monochromatic Colors of #1CBCE5
Black with #1CBCE5
Text Example
Text Example
White with #1CBCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBCE5; }
p { color: rgb(28,188,229); }
H1.HeaderClassName
{
color: #1CBCE5;
}
.AnyTagClassName
{
color: #1CBCE5;
}
</style>
background-color css
<style>
a { background-color: #1CBCE5; }
a { background-color: rgb(28,188,229); }
div.DivClassName
{
background-color: #1CBCE5;
}
.BgClassName
{
background-color: #1CBCE5;
}
</style>
border-color css
<style>
span { border-color: #1CBCE5; }
span { border-color: rgb(28,188,229); }
td.TdClassName
{
border-color: #1CBCE5;
}
.TagClassName
{
border-color: #1CBCE5;
}
</style>