Shades of Summer Sky #1CADEF
Tints of Summer Sky #1CADEF
RGB
CMYK
RGB Variations
Color information
#1CADEF (or 0x1CADEF) is known color: Summer Sky. HEX triplet: 1C, AD and EF. RGB value is (28,173,239). Sum of RGB (Red+Green+Blue) = 28+173+239=440 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.36% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #1CADEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CADEF is #E35210. Grayscale: #888888. Windows color (decimal): -14897681 or 15707420. OLE color: 15707420.
HSL color Cylindrical-coordinate representation of color #1CADEF: hue angle of 198.77º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CADEF is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 28 | 173 | 239 | - |
| CMYK | 0.88 | 0.28 | 0 | 0.06 |
| HSL | 198.77º | 0.87% | 0.52% | - |
| HSV(B) | 198.77º | 0.88% | 0.94% | - |
| XYZ | 31 | 36.37 | 87.05 | - |
| YUV | 137.17 | 185.46 | 50.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 173 | 239 | 0.88 | 0.28 | 0 | 0.06 | 198.77 | 0.87 | 0.52 |
| Hex | 1C | AD | EF | 58 | 1C | 0 | 6 | C7 | 57 | 34 |
| Octal | 34 | 255 | 357 | 130 | 34 | 0 | 6 | 307 | 127 | 64 |
| Binary | 11100 | 10101101 | 11101111 | 1011000 | 11100 | 0 | 110 | 11000111 | 1010111 | 110100 |
Color Harmonies of #1CADEF
Complementary color
Monochromatic Colors of #1CADEF
Black with #1CADEF
Text Example
Text Example
White with #1CADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CADEF; }
p { color: rgb(28,173,239); }
H1.HeaderClassName
{
color: #1CADEF;
}
.AnyTagClassName
{
color: #1CADEF;
}
</style>
background-color css
<style>
a { background-color: #1CADEF; }
a { background-color: rgb(28,173,239); }
div.DivClassName
{
background-color: #1CADEF;
}
.BgClassName
{
background-color: #1CADEF;
}
</style>
border-color css
<style>
span { border-color: #1CADEF; }
span { border-color: rgb(28,173,239); }
td.TdClassName
{
border-color: #1CADEF;
}
.TagClassName
{
border-color: #1CADEF;
}
</style>