Shades of Summer Sky #289ADD
Tints of Summer Sky #289ADD
RGB
CMYK
RGB Variations
Color information
#289ADD (or 0x289ADD) is known color: Summer Sky. HEX triplet: 28, 9A and DD. RGB value is (40,154,221). Sum of RGB (Red+Green+Blue) = 40+154+221=415 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.64% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #289ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #289ADD is #D76522. Grayscale: #7F7F7F. Windows color (decimal): -14116131 or 14522920. OLE color: 14522920.
HSL color Cylindrical-coordinate representation of color #289ADD: hue angle of 202.21º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #289ADD is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 154 | 221 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.13 |
| HSL | 202.21º | 0.73% | 0.51% | - |
| HSV(B) | 202.21º | 0.82% | 0.87% | - |
| XYZ | 25.48 | 28.78 | 72.62 | - |
| YUV | 127.55 | 180.73 | 65.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 154 | 221 | 0.82 | 0.30 | 0 | 0.13 | 202.21 | 0.73 | 0.51 |
| Hex | 28 | 9A | DD | 52 | 1E | 0 | D | CA | 49 | 33 |
| Octal | 50 | 232 | 335 | 122 | 36 | 0 | 15 | 312 | 111 | 63 |
| Binary | 101000 | 10011010 | 11011101 | 1010010 | 11110 | 0 | 1101 | 11001010 | 1001001 | 110011 |
Color Harmonies of #289ADD
Complementary color
Monochromatic Colors of #289ADD
Black with #289ADD
Text Example
Text Example
White with #289ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289ADD; }
p { color: rgb(40,154,221); }
H1.HeaderClassName
{
color: #289ADD;
}
.AnyTagClassName
{
color: #289ADD;
}
</style>
background-color css
<style>
a { background-color: #289ADD; }
a { background-color: rgb(40,154,221); }
div.DivClassName
{
background-color: #289ADD;
}
.BgClassName
{
background-color: #289ADD;
}
</style>
border-color css
<style>
span { border-color: #289ADD; }
span { border-color: rgb(40,154,221); }
td.TdClassName
{
border-color: #289ADD;
}
.TagClassName
{
border-color: #289ADD;
}
</style>