Shades of Summer Sky #1CBCDF
Tints of Summer Sky #1CBCDF
RGB
CMYK
RGB Variations
Color information
#1CBCDF (or 0x1CBCDF) is known color: Summer Sky. HEX triplet: 1C, BC and DF. RGB value is (28,188,223). Sum of RGB (Red+Green+Blue) = 28+188+223=439 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.38% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #1CBCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBCDF is #E34320. Grayscale: #8F8F8F. Windows color (decimal): -14893857 or 14662684. OLE color: 14662684.
HSL color Cylindrical-coordinate representation of color #1CBCDF: hue angle of 190.77º 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 #1CBCDF is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 188 | 223 | - |
| CMYK | 0.87 | 0.16 | 0 | 0.13 |
| HSL | 190.77º | 0.78% | 0.49% | - |
| HSV(B) | 190.77º | 0.87% | 0.87% | - |
| XYZ | 31.78 | 41.54 | 76.16 | - |
| YUV | 144.15 | 172.49 | 45.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 223 | 0.87 | 0.16 | 0 | 0.13 | 190.77 | 0.78 | 0.49 |
| Hex | 1C | BC | DF | 57 | 10 | 0 | D | BF | 4E | 31 |
| Octal | 34 | 274 | 337 | 127 | 20 | 0 | 15 | 277 | 116 | 61 |
| Binary | 11100 | 10111100 | 11011111 | 1010111 | 10000 | 0 | 1101 | 10111111 | 1001110 | 110001 |
Color Harmonies of #1CBCDF
Complementary color
Monochromatic Colors of #1CBCDF
Black with #1CBCDF
Text Example
Text Example
White with #1CBCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBCDF; }
p { color: rgb(28,188,223); }
H1.HeaderClassName
{
color: #1CBCDF;
}
.AnyTagClassName
{
color: #1CBCDF;
}
</style>
background-color css
<style>
a { background-color: #1CBCDF; }
a { background-color: rgb(28,188,223); }
div.DivClassName
{
background-color: #1CBCDF;
}
.BgClassName
{
background-color: #1CBCDF;
}
</style>
border-color css
<style>
span { border-color: #1CBCDF; }
span { border-color: rgb(28,188,223); }
td.TdClassName
{
border-color: #1CBCDF;
}
.TagClassName
{
border-color: #1CBCDF;
}
</style>