Shades of Summer Sky #1CACDF
Tints of Summer Sky #1CACDF
RGB
CMYK
RGB Variations
Color information
#1CACDF (or 0x1CACDF) is known color: Summer Sky. HEX triplet: 1C, AC and DF. RGB value is (28,172,223). Sum of RGB (Red+Green+Blue) = 28+172+223=423 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.62% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #1CACDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CACDF is #E35320. Grayscale: #868686. Windows color (decimal): -14897953 or 14658588. OLE color: 14658588.
HSL color Cylindrical-coordinate representation of color #1CACDF: hue angle of 195.69º 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 #1CACDF is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 172 | 223 | - |
| CMYK | 0.87 | 0.23 | 0 | 0.13 |
| HSL | 195.69º | 0.78% | 0.49% | - |
| HSV(B) | 195.69º | 0.87% | 0.87% | - |
| XYZ | 28.55 | 35.08 | 75.08 | - |
| YUV | 134.76 | 177.79 | 51.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 172 | 223 | 0.87 | 0.23 | 0 | 0.13 | 195.69 | 0.78 | 0.49 |
| Hex | 1C | AC | DF | 57 | 17 | 0 | D | C4 | 4E | 31 |
| Octal | 34 | 254 | 337 | 127 | 27 | 0 | 15 | 304 | 116 | 61 |
| Binary | 11100 | 10101100 | 11011111 | 1010111 | 10111 | 0 | 1101 | 11000100 | 1001110 | 110001 |
Color Harmonies of #1CACDF
Complementary color
Monochromatic Colors of #1CACDF
Black with #1CACDF
Text Example
Text Example
White with #1CACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CACDF; }
p { color: rgb(28,172,223); }
H1.HeaderClassName
{
color: #1CACDF;
}
.AnyTagClassName
{
color: #1CACDF;
}
</style>
background-color css
<style>
a { background-color: #1CACDF; }
a { background-color: rgb(28,172,223); }
div.DivClassName
{
background-color: #1CACDF;
}
.BgClassName
{
background-color: #1CACDF;
}
</style>
border-color css
<style>
span { border-color: #1CACDF; }
span { border-color: rgb(28,172,223); }
td.TdClassName
{
border-color: #1CACDF;
}
.TagClassName
{
border-color: #1CACDF;
}
</style>