Shades of Summer Sky #1CBADE
Tints of Summer Sky #1CBADE
RGB
CMYK
RGB Variations
Color information
#1CBADE (or 0x1CBADE) is known color: Summer Sky. HEX triplet: 1C, BA and DE. RGB value is (28,186,222). Sum of RGB (Red+Green+Blue) = 28+186+222=436 (57% of max value = 765). Red value is 28 (11.33% from 255 or 6.42% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 222 (87.11% from 255 or 50.92% from 436); Max value from RGB is 222 - color contains mainly: blue. Hex color #1CBADE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBADE is #E34521. Grayscale: #8E8E8E. Windows color (decimal): -14894370 or 14596636. OLE color: 14596636.
HSL color Cylindrical-coordinate representation of color #1CBADE: hue angle of 191.13º 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 #1CBADE is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 186 | 222 | - |
| CMYK | 0.87 | 0.16 | 0 | 0.13 |
| HSL | 191.13º | 0.78% | 0.49% | - |
| HSV(B) | 191.13º | 0.87% | 0.87% | - |
| XYZ | 31.22 | 40.64 | 75.31 | - |
| YUV | 142.86 | 172.65 | 46.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 186 | 222 | 0.87 | 0.16 | 0 | 0.13 | 191.13 | 0.78 | 0.49 |
| Hex | 1C | BA | DE | 57 | 10 | 0 | D | BF | 4E | 31 |
| Octal | 34 | 272 | 336 | 127 | 20 | 0 | 15 | 277 | 116 | 61 |
| Binary | 11100 | 10111010 | 11011110 | 1010111 | 10000 | 0 | 1101 | 10111111 | 1001110 | 110001 |
Color Harmonies of #1CBADE
Complementary color
Monochromatic Colors of #1CBADE
Black with #1CBADE
Text Example
Text Example
White with #1CBADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBADE; }
p { color: rgb(28,186,222); }
H1.HeaderClassName
{
color: #1CBADE;
}
.AnyTagClassName
{
color: #1CBADE;
}
</style>
background-color css
<style>
a { background-color: #1CBADE; }
a { background-color: rgb(28,186,222); }
div.DivClassName
{
background-color: #1CBADE;
}
.BgClassName
{
background-color: #1CBADE;
}
</style>
border-color css
<style>
span { border-color: #1CBADE; }
span { border-color: rgb(28,186,222); }
td.TdClassName
{
border-color: #1CBADE;
}
.TagClassName
{
border-color: #1CBADE;
}
</style>