Shades of Summer Sky #1CADDF
Tints of Summer Sky #1CADDF
RGB
CMYK
RGB Variations
Color information
#1CADDF (or 0x1CADDF) is known color: Summer Sky. HEX triplet: 1C, AD and DF. RGB value is (28,173,223). Sum of RGB (Red+Green+Blue) = 28+173+223=424 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.60% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #1CADDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CADDF is #E35220. Grayscale: #878787. Windows color (decimal): -14897697 or 14658844. OLE color: 14658844.
HSL color Cylindrical-coordinate representation of color #1CADDF: hue angle of 195.38º 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 #1CADDF is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 173 | 223 | - |
| CMYK | 0.87 | 0.22 | 0 | 0.13 |
| HSL | 195.38º | 0.78% | 0.49% | - |
| HSV(B) | 195.38º | 0.87% | 0.87% | - |
| XYZ | 28.74 | 35.46 | 75.14 | - |
| YUV | 135.35 | 177.46 | 51.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 173 | 223 | 0.87 | 0.22 | 0 | 0.13 | 195.38 | 0.78 | 0.49 |
| Hex | 1C | AD | DF | 57 | 16 | 0 | D | C3 | 4E | 31 |
| Octal | 34 | 255 | 337 | 127 | 26 | 0 | 15 | 303 | 116 | 61 |
| Binary | 11100 | 10101101 | 11011111 | 1010111 | 10110 | 0 | 1101 | 11000011 | 1001110 | 110001 |
Color Harmonies of #1CADDF
Complementary color
Monochromatic Colors of #1CADDF
Black with #1CADDF
Text Example
Text Example
White with #1CADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CADDF; }
p { color: rgb(28,173,223); }
H1.HeaderClassName
{
color: #1CADDF;
}
.AnyTagClassName
{
color: #1CADDF;
}
</style>
background-color css
<style>
a { background-color: #1CADDF; }
a { background-color: rgb(28,173,223); }
div.DivClassName
{
background-color: #1CADDF;
}
.BgClassName
{
background-color: #1CADDF;
}
</style>
border-color css
<style>
span { border-color: #1CADDF; }
span { border-color: rgb(28,173,223); }
td.TdClassName
{
border-color: #1CADDF;
}
.TagClassName
{
border-color: #1CADDF;
}
</style>