Shades of Summer Sky #1CBCDD
Tints of Summer Sky #1CBCDD
RGB
CMYK
RGB Variations
Color information
#1CBCDD (or 0x1CBCDD) is known color: Summer Sky. HEX triplet: 1C, BC and DD. RGB value is (28,188,221). Sum of RGB (Red+Green+Blue) = 28+188+221=437 (57% of max value = 765). Red value is 28 (11.33% from 255 or 6.41% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #1CBCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBCDD is #E34322. Grayscale: #8F8F8F. Windows color (decimal): -14893859 or 14531612. OLE color: 14531612.
HSL color Cylindrical-coordinate representation of color #1CBCDD: hue angle of 190.26º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CBCDD is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 188 | 221 | - |
| CMYK | 0.87 | 0.15 | 0 | 0.13 |
| HSL | 190.26º | 0.78% | 0.49% | - |
| HSV(B) | 190.26º | 0.87% | 0.87% | - |
| XYZ | 31.51 | 41.43 | 74.74 | - |
| YUV | 143.92 | 171.49 | 45.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 221 | 0.87 | 0.15 | 0 | 0.13 | 190.26 | 0.78 | 0.49 |
| Hex | 1C | BC | DD | 57 | F | 0 | D | BE | 4E | 31 |
| Octal | 34 | 274 | 335 | 127 | 17 | 0 | 15 | 276 | 116 | 61 |
| Binary | 11100 | 10111100 | 11011101 | 1010111 | 1111 | 0 | 1101 | 10111110 | 1001110 | 110001 |
Color Harmonies of #1CBCDD
Complementary color
Monochromatic Colors of #1CBCDD
Black with #1CBCDD
Text Example
Text Example
White with #1CBCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBCDD; }
p { color: rgb(28,188,221); }
H1.HeaderClassName
{
color: #1CBCDD;
}
.AnyTagClassName
{
color: #1CBCDD;
}
</style>
background-color css
<style>
a { background-color: #1CBCDD; }
a { background-color: rgb(28,188,221); }
div.DivClassName
{
background-color: #1CBCDD;
}
.BgClassName
{
background-color: #1CBCDD;
}
</style>
border-color css
<style>
span { border-color: #1CBCDD; }
span { border-color: rgb(28,188,221); }
td.TdClassName
{
border-color: #1CBCDD;
}
.TagClassName
{
border-color: #1CBCDD;
}
</style>