Shades of Summer Sky #1CABDE
Tints of Summer Sky #1CABDE
RGB
CMYK
RGB Variations
Color information
#1CABDE (or 0x1CABDE) is known color: Summer Sky. HEX triplet: 1C, AB and DE. RGB value is (28,171,222). Sum of RGB (Red+Green+Blue) = 28+171+222=421 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.65% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 222 (87.11% from 255 or 52.73% from 421); Max value from RGB is 222 - color contains mainly: blue. Hex color #1CABDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CABDE is #E35421. Grayscale: #858585. Windows color (decimal): -14898210 or 14592796. OLE color: 14592796.
HSL color Cylindrical-coordinate representation of color #1CABDE: hue angle of 195.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 #1CABDE is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 171 | 222 | - |
| CMYK | 0.87 | 0.23 | 0 | 0.13 |
| HSL | 195.77º | 0.78% | 0.49% | - |
| HSV(B) | 195.77º | 0.87% | 0.87% | - |
| XYZ | 28.23 | 34.65 | 74.31 | - |
| YUV | 134.06 | 177.62 | 52.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 171 | 222 | 0.87 | 0.23 | 0 | 0.13 | 195.77 | 0.78 | 0.49 |
| Hex | 1C | AB | DE | 57 | 17 | 0 | D | C4 | 4E | 31 |
| Octal | 34 | 253 | 336 | 127 | 27 | 0 | 15 | 304 | 116 | 61 |
| Binary | 11100 | 10101011 | 11011110 | 1010111 | 10111 | 0 | 1101 | 11000100 | 1001110 | 110001 |
Color Harmonies of #1CABDE
Complementary color
Monochromatic Colors of #1CABDE
Black with #1CABDE
Text Example
Text Example
White with #1CABDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CABDE; }
p { color: rgb(28,171,222); }
H1.HeaderClassName
{
color: #1CABDE;
}
.AnyTagClassName
{
color: #1CABDE;
}
</style>
background-color css
<style>
a { background-color: #1CABDE; }
a { background-color: rgb(28,171,222); }
div.DivClassName
{
background-color: #1CABDE;
}
.BgClassName
{
background-color: #1CABDE;
}
</style>
border-color css
<style>
span { border-color: #1CABDE; }
span { border-color: rgb(28,171,222); }
td.TdClassName
{
border-color: #1CABDE;
}
.TagClassName
{
border-color: #1CABDE;
}
</style>