Shades of Summer Sky #1A9EDF
Tints of Summer Sky #1A9EDF
RGB
CMYK
RGB Variations
Color information
#1A9EDF (or 0x1A9EDF) is known color: Summer Sky. HEX triplet: 1A, 9E and DF. RGB value is (26,158,223). Sum of RGB (Red+Green+Blue) = 26+158+223=407 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.39% from 407); Green value is 158 (62.11% from 255 or 38.82% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #1A9EDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A9EDF is #E56120. Grayscale: #7D7D7D. Windows color (decimal): -15032609 or 14655002. OLE color: 14655002.
HSL color Cylindrical-coordinate representation of color #1A9EDF: hue angle of 199.8º 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 #1A9EDF is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 158 | 223 | - |
| CMYK | 0.88 | 0.29 | 0 | 0.13 |
| HSL | 199.8º | 0.79% | 0.49% | - |
| HSV(B) | 199.8º | 0.88% | 0.87% | - |
| XYZ | 25.97 | 30 | 74.23 | - |
| YUV | 125.94 | 182.77 | 56.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 158 | 223 | 0.88 | 0.29 | 0 | 0.13 | 199.8 | 0.79 | 0.49 |
| Hex | 1A | 9E | DF | 58 | 1D | 0 | D | C8 | 4F | 31 |
| Octal | 32 | 236 | 337 | 130 | 35 | 0 | 15 | 310 | 117 | 61 |
| Binary | 11010 | 10011110 | 11011111 | 1011000 | 11101 | 0 | 1101 | 11001000 | 1001111 | 110001 |
Color Harmonies of #1A9EDF
Complementary color
Monochromatic Colors of #1A9EDF
Black with #1A9EDF
Text Example
Text Example
White with #1A9EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9EDF; }
p { color: rgb(26,158,223); }
H1.HeaderClassName
{
color: #1A9EDF;
}
.AnyTagClassName
{
color: #1A9EDF;
}
</style>
background-color css
<style>
a { background-color: #1A9EDF; }
a { background-color: rgb(26,158,223); }
div.DivClassName
{
background-color: #1A9EDF;
}
.BgClassName
{
background-color: #1A9EDF;
}
</style>
border-color css
<style>
span { border-color: #1A9EDF; }
span { border-color: rgb(26,158,223); }
td.TdClassName
{
border-color: #1A9EDF;
}
.TagClassName
{
border-color: #1A9EDF;
}
</style>