Shades of Summer Sky #1CBDDC
Tints of Summer Sky #1CBDDC
RGB
CMYK
RGB Variations
Color information
#1CBDDC (or 0x1CBDDC) is known color: Summer Sky. HEX triplet: 1C, BD and DC. RGB value is (28,189,220). Sum of RGB (Red+Green+Blue) = 28+189+220=437 (57% of max value = 765). Red value is 28 (11.33% from 255 or 6.41% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #1CBDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBDDC is #E34223. Grayscale: #909090. Windows color (decimal): -14893604 or 14466332. OLE color: 14466332.
HSL color Cylindrical-coordinate representation of color #1CBDDC: hue angle of 189.69º 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 #1CBDDC is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 28 | 189 | 220 | - |
| CMYK | 0.87 | 0.14 | 0 | 0.14 |
| HSL | 189.69º | 0.77% | 0.49% | - |
| HSV(B) | 189.69º | 0.87% | 0.86% | - |
| XYZ | 31.59 | 41.81 | 74.11 | - |
| YUV | 144.4 | 170.66 | 44.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 189 | 220 | 0.87 | 0.14 | 0 | 0.14 | 189.69 | 0.77 | 0.49 |
| Hex | 1C | BD | DC | 57 | E | 0 | E | BE | 4D | 31 |
| Octal | 34 | 275 | 334 | 127 | 16 | 0 | 16 | 276 | 115 | 61 |
| Binary | 11100 | 10111101 | 11011100 | 1010111 | 1110 | 0 | 1110 | 10111110 | 1001101 | 110001 |
Color Harmonies of #1CBDDC
Complementary color
Monochromatic Colors of #1CBDDC
Black with #1CBDDC
Text Example
Text Example
White with #1CBDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBDDC; }
p { color: rgb(28,189,220); }
H1.HeaderClassName
{
color: #1CBDDC;
}
.AnyTagClassName
{
color: #1CBDDC;
}
</style>
background-color css
<style>
a { background-color: #1CBDDC; }
a { background-color: rgb(28,189,220); }
div.DivClassName
{
background-color: #1CBDDC;
}
.BgClassName
{
background-color: #1CBDDC;
}
</style>
border-color css
<style>
span { border-color: #1CBDDC; }
span { border-color: rgb(28,189,220); }
td.TdClassName
{
border-color: #1CBDDC;
}
.TagClassName
{
border-color: #1CBDDC;
}
</style>