Shades of Summer Sky #28A4DB
Tints of Summer Sky #28A4DB
RGB
CMYK
RGB Variations
Color information
#28A4DB (or 0x28A4DB) is known color: Summer Sky. HEX triplet: 28, A4 and DB. RGB value is (40,164,219). Sum of RGB (Red+Green+Blue) = 40+164+219=423 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.46% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #28A4DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28A4DB is #D75B24. Grayscale: #848484. Windows color (decimal): -14113573 or 14394408. OLE color: 14394408.
HSL color Cylindrical-coordinate representation of color #28A4DB: hue angle of 198.44º degrees, saturation: 0.71, 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 #28A4DB is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 164 | 219 | - |
| CMYK | 0.82 | 0.25 | 0 | 0.14 |
| HSL | 198.44º | 0.71% | 0.51% | - |
| HSV(B) | 198.44º | 0.82% | 0.86% | - |
| XYZ | 26.94 | 32.12 | 71.8 | - |
| YUV | 133.19 | 176.42 | 61.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 164 | 219 | 0.82 | 0.25 | 0 | 0.14 | 198.44 | 0.71 | 0.51 |
| Hex | 28 | A4 | DB | 52 | 19 | 0 | E | C6 | 47 | 33 |
| Octal | 50 | 244 | 333 | 122 | 31 | 0 | 16 | 306 | 107 | 63 |
| Binary | 101000 | 10100100 | 11011011 | 1010010 | 11001 | 0 | 1110 | 11000110 | 1000111 | 110011 |
Color Harmonies of #28A4DB
Complementary color
Monochromatic Colors of #28A4DB
Black with #28A4DB
Text Example
Text Example
White with #28A4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A4DB; }
p { color: rgb(40,164,219); }
H1.HeaderClassName
{
color: #28A4DB;
}
.AnyTagClassName
{
color: #28A4DB;
}
</style>
background-color css
<style>
a { background-color: #28A4DB; }
a { background-color: rgb(40,164,219); }
div.DivClassName
{
background-color: #28A4DB;
}
.BgClassName
{
background-color: #28A4DB;
}
</style>
border-color css
<style>
span { border-color: #28A4DB; }
span { border-color: rgb(40,164,219); }
td.TdClassName
{
border-color: #28A4DB;
}
.TagClassName
{
border-color: #28A4DB;
}
</style>