Shades of Summer Sky #1CBADF
Tints of Summer Sky #1CBADF
RGB
CMYK
RGB Variations
Color information
#1CBADF (or 0x1CBADF) is known color: Summer Sky. HEX triplet: 1C, BA and DF. RGB value is (28,186,223). Sum of RGB (Red+Green+Blue) = 28+186+223=437 (57% of max value = 765). Red value is 28 (11.33% from 255 or 6.41% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #1CBADF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBADF is #E34520. Grayscale: #8E8E8E. Windows color (decimal): -14894369 or 14662172. OLE color: 14662172.
HSL color Cylindrical-coordinate representation of color #1CBADF: hue angle of 191.38º 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 #1CBADF is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 186 | 223 | - |
| CMYK | 0.87 | 0.17 | 0 | 0.13 |
| HSL | 191.38º | 0.78% | 0.49% | - |
| HSV(B) | 191.38º | 0.87% | 0.87% | - |
| XYZ | 31.36 | 40.69 | 76.01 | - |
| YUV | 142.98 | 173.15 | 45.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 186 | 223 | 0.87 | 0.17 | 0 | 0.13 | 191.38 | 0.78 | 0.49 |
| Hex | 1C | BA | DF | 57 | 11 | 0 | D | BF | 4E | 31 |
| Octal | 34 | 272 | 337 | 127 | 21 | 0 | 15 | 277 | 116 | 61 |
| Binary | 11100 | 10111010 | 11011111 | 1010111 | 10001 | 0 | 1101 | 10111111 | 1001110 | 110001 |
Color Harmonies of #1CBADF
Complementary color
Monochromatic Colors of #1CBADF
Black with #1CBADF
Text Example
Text Example
White with #1CBADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBADF; }
p { color: rgb(28,186,223); }
H1.HeaderClassName
{
color: #1CBADF;
}
.AnyTagClassName
{
color: #1CBADF;
}
</style>
background-color css
<style>
a { background-color: #1CBADF; }
a { background-color: rgb(28,186,223); }
div.DivClassName
{
background-color: #1CBADF;
}
.BgClassName
{
background-color: #1CBADF;
}
</style>
border-color css
<style>
span { border-color: #1CBADF; }
span { border-color: rgb(28,186,223); }
td.TdClassName
{
border-color: #1CBADF;
}
.TagClassName
{
border-color: #1CBADF;
}
</style>