Shades of Summer Sky #289ADC
Tints of Summer Sky #289ADC
RGB
CMYK
RGB Variations
Color information
#289ADC (or 0x289ADC) is known color: Summer Sky. HEX triplet: 28, 9A and DC. RGB value is (40,154,220). Sum of RGB (Red+Green+Blue) = 40+154+220=414 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.66% from 414); Green value is 154 (60.55% from 255 or 37.20% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #289ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #289ADC is #D76523. Grayscale: #7F7F7F. Windows color (decimal): -14116132 or 14457384. OLE color: 14457384.
HSL color Cylindrical-coordinate representation of color #289ADC: hue angle of 202º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #289ADC is Cyan = 0.82, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 154 | 220 | - |
| CMYK | 0.82 | 0.3 | 0 | 0.14 |
| HSL | 202º | 0.72% | 0.51% | - |
| HSV(B) | 202º | 0.82% | 0.86% | - |
| XYZ | 25.35 | 28.73 | 71.92 | - |
| YUV | 127.44 | 180.23 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 154 | 220 | 0.82 | 0.3 | 0 | 0.14 | 202 | 0.72 | 0.51 |
| Hex | 28 | 9A | DC | 52 | 1E | 0 | E | CA | 48 | 33 |
| Octal | 50 | 232 | 334 | 122 | 36 | 0 | 16 | 312 | 110 | 63 |
| Binary | 101000 | 10011010 | 11011100 | 1010010 | 11110 | 0 | 1110 | 11001010 | 1001000 | 110011 |
Color Harmonies of #289ADC
Complementary color
Monochromatic Colors of #289ADC
Black with #289ADC
Text Example
Text Example
White with #289ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289ADC; }
p { color: rgb(40,154,220); }
H1.HeaderClassName
{
color: #289ADC;
}
.AnyTagClassName
{
color: #289ADC;
}
</style>
background-color css
<style>
a { background-color: #289ADC; }
a { background-color: rgb(40,154,220); }
div.DivClassName
{
background-color: #289ADC;
}
.BgClassName
{
background-color: #289ADC;
}
</style>
border-color css
<style>
span { border-color: #289ADC; }
span { border-color: rgb(40,154,220); }
td.TdClassName
{
border-color: #289ADC;
}
.TagClassName
{
border-color: #289ADC;
}
</style>