Shades of Summer Sky #1CBADB
Tints of Summer Sky #1CBADB
RGB
CMYK
RGB Variations
Color information
#1CBADB (or 0x1CBADB) is known color: Summer Sky. HEX triplet: 1C, BA and DB. RGB value is (28,186,219). Sum of RGB (Red+Green+Blue) = 28+186+219=433 (57% of max value = 765). Red value is 28 (11.33% from 255 or 6.47% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #1CBADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBADB is #E34524. Grayscale: #8E8E8E. Windows color (decimal): -14894373 or 14400028. OLE color: 14400028.
HSL color Cylindrical-coordinate representation of color #1CBADB: hue angle of 190.37º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CBADB is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 28 | 186 | 219 | - |
| CMYK | 0.87 | 0.15 | 0 | 0.14 |
| HSL | 190.37º | 0.77% | 0.48% | - |
| HSV(B) | 190.37º | 0.87% | 0.86% | - |
| XYZ | 30.82 | 40.48 | 73.21 | - |
| YUV | 142.52 | 171.15 | 46.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 186 | 219 | 0.87 | 0.15 | 0 | 0.14 | 190.37 | 0.77 | 0.48 |
| Hex | 1C | BA | DB | 57 | F | 0 | E | BE | 4D | 30 |
| Octal | 34 | 272 | 333 | 127 | 17 | 0 | 16 | 276 | 115 | 60 |
| Binary | 11100 | 10111010 | 11011011 | 1010111 | 1111 | 0 | 1110 | 10111110 | 1001101 | 110000 |
Color Harmonies of #1CBADB
Complementary color
Monochromatic Colors of #1CBADB
Black with #1CBADB
Text Example
Text Example
White with #1CBADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBADB; }
p { color: rgb(28,186,219); }
H1.HeaderClassName
{
color: #1CBADB;
}
.AnyTagClassName
{
color: #1CBADB;
}
</style>
background-color css
<style>
a { background-color: #1CBADB; }
a { background-color: rgb(28,186,219); }
div.DivClassName
{
background-color: #1CBADB;
}
.BgClassName
{
background-color: #1CBADB;
}
</style>
border-color css
<style>
span { border-color: #1CBADB; }
span { border-color: rgb(28,186,219); }
td.TdClassName
{
border-color: #1CBADB;
}
.TagClassName
{
border-color: #1CBADB;
}
</style>