Shades of Summer Sky #1CADEA
Tints of Summer Sky #1CADEA
RGB
CMYK
RGB Variations
Color information
#1CADEA (or 0x1CADEA) is known color: Summer Sky. HEX triplet: 1C, AD and EA. RGB value is (28,173,234). Sum of RGB (Red+Green+Blue) = 28+173+234=435 (57% of max value = 765). Red value is 28 (11.33% from 255 or 6.44% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #1CADEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CADEA is #E35215. Grayscale: #888888. Windows color (decimal): -14897686 or 15379740. OLE color: 15379740.
HSL color Cylindrical-coordinate representation of color #1CADEA: hue angle of 197.77º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CADEA is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 173 | 234 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.08 |
| HSL | 197.77º | 0.83% | 0.51% | - |
| HSV(B) | 197.77º | 0.88% | 0.92% | - |
| XYZ | 30.27 | 36.07 | 83.21 | - |
| YUV | 136.6 | 182.96 | 50.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 173 | 234 | 0.88 | 0.26 | 0 | 0.08 | 197.77 | 0.83 | 0.51 |
| Hex | 1C | AD | EA | 58 | 1A | 0 | 8 | C6 | 53 | 33 |
| Octal | 34 | 255 | 352 | 130 | 32 | 0 | 10 | 306 | 123 | 63 |
| Binary | 11100 | 10101101 | 11101010 | 1011000 | 11010 | 0 | 1000 | 11000110 | 1010011 | 110011 |
Color Harmonies of #1CADEA
Complementary color
Monochromatic Colors of #1CADEA
Black with #1CADEA
Text Example
Text Example
White with #1CADEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CADEA; }
p { color: rgb(28,173,234); }
H1.HeaderClassName
{
color: #1CADEA;
}
.AnyTagClassName
{
color: #1CADEA;
}
</style>
background-color css
<style>
a { background-color: #1CADEA; }
a { background-color: rgb(28,173,234); }
div.DivClassName
{
background-color: #1CADEA;
}
.BgClassName
{
background-color: #1CADEA;
}
</style>
border-color css
<style>
span { border-color: #1CADEA; }
span { border-color: rgb(28,173,234); }
td.TdClassName
{
border-color: #1CADEA;
}
.TagClassName
{
border-color: #1CADEA;
}
</style>