Shades of Summer Sky #1CBCDC
Tints of Summer Sky #1CBCDC
RGB
CMYK
RGB Variations
Color information
#1CBCDC (or 0x1CBCDC) is known color: Summer Sky. HEX triplet: 1C, BC and DC. RGB value is (28,188,220). Sum of RGB (Red+Green+Blue) = 28+188+220=436 (57% of max value = 765). Red value is 28 (11.33% from 255 or 6.42% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #1CBCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBCDC is #E34323. Grayscale: #8F8F8F. Windows color (decimal): -14893860 or 14466076. OLE color: 14466076.
HSL color Cylindrical-coordinate representation of color #1CBCDC: hue angle of 190º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CBCDC is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 28 | 188 | 220 | - |
| CMYK | 0.87 | 0.15 | 0 | 0.14 |
| HSL | 190º | 0.77% | 0.49% | - |
| HSV(B) | 190º | 0.87% | 0.86% | - |
| XYZ | 31.38 | 41.38 | 74.04 | - |
| YUV | 143.81 | 170.99 | 45.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 220 | 0.87 | 0.15 | 0 | 0.14 | 190 | 0.77 | 0.49 |
| Hex | 1C | BC | DC | 57 | F | 0 | E | BE | 4D | 31 |
| Octal | 34 | 274 | 334 | 127 | 17 | 0 | 16 | 276 | 115 | 61 |
| Binary | 11100 | 10111100 | 11011100 | 1010111 | 1111 | 0 | 1110 | 10111110 | 1001101 | 110001 |
Color Harmonies of #1CBCDC
Complementary color
Monochromatic Colors of #1CBCDC
Black with #1CBCDC
Text Example
Text Example
White with #1CBCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBCDC; }
p { color: rgb(28,188,220); }
H1.HeaderClassName
{
color: #1CBCDC;
}
.AnyTagClassName
{
color: #1CBCDC;
}
</style>
background-color css
<style>
a { background-color: #1CBCDC; }
a { background-color: rgb(28,188,220); }
div.DivClassName
{
background-color: #1CBCDC;
}
.BgClassName
{
background-color: #1CBCDC;
}
</style>
border-color css
<style>
span { border-color: #1CBCDC; }
span { border-color: rgb(28,188,220); }
td.TdClassName
{
border-color: #1CBCDC;
}
.TagClassName
{
border-color: #1CBCDC;
}
</style>