Shades of Summer Sky #1CBCDE
Tints of Summer Sky #1CBCDE
RGB
CMYK
RGB Variations
Color information
#1CBCDE (or 0x1CBCDE) is known color: Summer Sky. HEX triplet: 1C, BC and DE. RGB value is (28,188,222). Sum of RGB (Red+Green+Blue) = 28+188+222=438 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.39% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #1CBCDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBCDE is #E34321. Grayscale: #8F8F8F. Windows color (decimal): -14893858 or 14597148. OLE color: 14597148.
HSL color Cylindrical-coordinate representation of color #1CBCDE: hue angle of 190.52º 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 #1CBCDE is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 188 | 222 | - |
| CMYK | 0.87 | 0.15 | 0 | 0.13 |
| HSL | 190.52º | 0.78% | 0.49% | - |
| HSV(B) | 190.52º | 0.87% | 0.87% | - |
| XYZ | 31.65 | 41.49 | 75.45 | - |
| YUV | 144.04 | 171.99 | 45.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 222 | 0.87 | 0.15 | 0 | 0.13 | 190.52 | 0.78 | 0.49 |
| Hex | 1C | BC | DE | 57 | F | 0 | D | BF | 4E | 31 |
| Octal | 34 | 274 | 336 | 127 | 17 | 0 | 15 | 277 | 116 | 61 |
| Binary | 11100 | 10111100 | 11011110 | 1010111 | 1111 | 0 | 1101 | 10111111 | 1001110 | 110001 |
Color Harmonies of #1CBCDE
Complementary color
Monochromatic Colors of #1CBCDE
Black with #1CBCDE
Text Example
Text Example
White with #1CBCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBCDE; }
p { color: rgb(28,188,222); }
H1.HeaderClassName
{
color: #1CBCDE;
}
.AnyTagClassName
{
color: #1CBCDE;
}
</style>
background-color css
<style>
a { background-color: #1CBCDE; }
a { background-color: rgb(28,188,222); }
div.DivClassName
{
background-color: #1CBCDE;
}
.BgClassName
{
background-color: #1CBCDE;
}
</style>
border-color css
<style>
span { border-color: #1CBCDE; }
span { border-color: rgb(28,188,222); }
td.TdClassName
{
border-color: #1CBCDE;
}
.TagClassName
{
border-color: #1CBCDE;
}
</style>