Shades of Summer Sky #289ADA
Tints of Summer Sky #289ADA
RGB
CMYK
RGB Variations
Color information
#289ADA (or 0x289ADA) is known color: Summer Sky. HEX triplet: 28, 9A and DA. RGB value is (40,154,218). Sum of RGB (Red+Green+Blue) = 40+154+218=412 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.71% from 412); Green value is 154 (60.55% from 255 or 37.38% from 412); Blue value is 218 (85.55% from 255 or 52.91% from 412); Max value from RGB is 218 - color contains mainly: blue. Hex color #289ADA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #289ADA is #D76525. Grayscale: #7E7E7E. Windows color (decimal): -14116134 or 14326312. OLE color: 14326312.
HSL color Cylindrical-coordinate representation of color #289ADA: hue angle of 201.57º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #289ADA is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 154 | 218 | - |
| CMYK | 0.82 | 0.29 | 0 | 0.15 |
| HSL | 201.57º | 0.71% | 0.51% | - |
| HSV(B) | 201.57º | 0.82% | 0.85% | - |
| XYZ | 25.09 | 28.62 | 70.53 | - |
| YUV | 127.21 | 179.23 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 154 | 218 | 0.82 | 0.29 | 0 | 0.15 | 201.57 | 0.71 | 0.51 |
| Hex | 28 | 9A | DA | 52 | 1D | 0 | F | CA | 47 | 33 |
| Octal | 50 | 232 | 332 | 122 | 35 | 0 | 17 | 312 | 107 | 63 |
| Binary | 101000 | 10011010 | 11011010 | 1010010 | 11101 | 0 | 1111 | 11001010 | 1000111 | 110011 |
Color Harmonies of #289ADA
Complementary color
Monochromatic Colors of #289ADA
Black with #289ADA
Text Example
Text Example
White with #289ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289ADA; }
p { color: rgb(40,154,218); }
H1.HeaderClassName
{
color: #289ADA;
}
.AnyTagClassName
{
color: #289ADA;
}
</style>
background-color css
<style>
a { background-color: #289ADA; }
a { background-color: rgb(40,154,218); }
div.DivClassName
{
background-color: #289ADA;
}
.BgClassName
{
background-color: #289ADA;
}
</style>
border-color css
<style>
span { border-color: #289ADA; }
span { border-color: rgb(40,154,218); }
td.TdClassName
{
border-color: #289ADA;
}
.TagClassName
{
border-color: #289ADA;
}
</style>