Shades of Summer Sky #1CADED
Tints of Summer Sky #1CADED
RGB
CMYK
RGB Variations
Color information
#1CADED (or 0x1CADED) is known color: Summer Sky. HEX triplet: 1C, AD and ED. RGB value is (28,173,237). Sum of RGB (Red+Green+Blue) = 28+173+237=438 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.39% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 237 (92.97% from 255 or 54.11% from 438); Max value from RGB is 237 - color contains mainly: blue. Hex color #1CADED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CADED is #E35212. Grayscale: #888888. Windows color (decimal): -14897683 or 15576348. OLE color: 15576348.
HSL color Cylindrical-coordinate representation of color #1CADED: hue angle of 198.37º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CADED is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 28 | 173 | 237 | - |
| CMYK | 0.88 | 0.27 | 0 | 0.07 |
| HSL | 198.37º | 0.85% | 0.52% | - |
| HSV(B) | 198.37º | 0.88% | 0.93% | - |
| XYZ | 30.71 | 36.25 | 85.5 | - |
| YUV | 136.94 | 184.46 | 50.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 173 | 237 | 0.88 | 0.27 | 0 | 0.07 | 198.37 | 0.85 | 0.52 |
| Hex | 1C | AD | ED | 58 | 1B | 0 | 7 | C6 | 55 | 34 |
| Octal | 34 | 255 | 355 | 130 | 33 | 0 | 7 | 306 | 125 | 64 |
| Binary | 11100 | 10101101 | 11101101 | 1011000 | 11011 | 0 | 111 | 11000110 | 1010101 | 110100 |
Color Harmonies of #1CADED
Complementary color
Monochromatic Colors of #1CADED
Black with #1CADED
Text Example
Text Example
White with #1CADED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CADED; }
p { color: rgb(28,173,237); }
H1.HeaderClassName
{
color: #1CADED;
}
.AnyTagClassName
{
color: #1CADED;
}
</style>
background-color css
<style>
a { background-color: #1CADED; }
a { background-color: rgb(28,173,237); }
div.DivClassName
{
background-color: #1CADED;
}
.BgClassName
{
background-color: #1CADED;
}
</style>
border-color css
<style>
span { border-color: #1CADED; }
span { border-color: rgb(28,173,237); }
td.TdClassName
{
border-color: #1CADED;
}
.TagClassName
{
border-color: #1CADED;
}
</style>