Shades of Summer Sky #1AADDF
Tints of Summer Sky #1AADDF
RGB
CMYK
RGB Variations
Color information
#1AADDF (or 0x1AADDF) is known color: Summer Sky. HEX triplet: 1A, AD and DF. RGB value is (26,173,223). Sum of RGB (Red+Green+Blue) = 26+173+223=422 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.16% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #1AADDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AADDF is #E55220. Grayscale: #868686. Windows color (decimal): -15028769 or 14658842. OLE color: 14658842.
HSL color Cylindrical-coordinate representation of color #1AADDF: hue angle of 195.23º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AADDF is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 173 | 223 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.13 |
| HSL | 195.23º | 0.79% | 0.49% | - |
| HSV(B) | 195.23º | 0.88% | 0.87% | - |
| XYZ | 28.69 | 35.43 | 75.14 | - |
| YUV | 134.75 | 177.8 | 50.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 173 | 223 | 0.88 | 0.22 | 0 | 0.13 | 195.23 | 0.79 | 0.49 |
| Hex | 1A | AD | DF | 58 | 16 | 0 | D | C3 | 4F | 31 |
| Octal | 32 | 255 | 337 | 130 | 26 | 0 | 15 | 303 | 117 | 61 |
| Binary | 11010 | 10101101 | 11011111 | 1011000 | 10110 | 0 | 1101 | 11000011 | 1001111 | 110001 |
Color Harmonies of #1AADDF
Complementary color
Monochromatic Colors of #1AADDF
Black with #1AADDF
Text Example
Text Example
White with #1AADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AADDF; }
p { color: rgb(26,173,223); }
H1.HeaderClassName
{
color: #1AADDF;
}
.AnyTagClassName
{
color: #1AADDF;
}
</style>
background-color css
<style>
a { background-color: #1AADDF; }
a { background-color: rgb(26,173,223); }
div.DivClassName
{
background-color: #1AADDF;
}
.BgClassName
{
background-color: #1AADDF;
}
</style>
border-color css
<style>
span { border-color: #1AADDF; }
span { border-color: rgb(26,173,223); }
td.TdClassName
{
border-color: #1AADDF;
}
.TagClassName
{
border-color: #1AADDF;
}
</style>