Shades of Summer Sky #28A6DA
Tints of Summer Sky #28A6DA
RGB
CMYK
RGB Variations
Color information
#28A6DA (or 0x28A6DA) is known color: Summer Sky. HEX triplet: 28, A6 and DA. RGB value is (40,166,218). Sum of RGB (Red+Green+Blue) = 40+166+218=424 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.43% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #28A6DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28A6DA is #D75925. Grayscale: #858585. Windows color (decimal): -14113062 or 14329384. OLE color: 14329384.
HSL color Cylindrical-coordinate representation of color #28A6DA: hue angle of 197.53º 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 #28A6DA is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 166 | 218 | - |
| CMYK | 0.82 | 0.24 | 0 | 0.15 |
| HSL | 197.53º | 0.71% | 0.51% | - |
| HSV(B) | 197.53º | 0.82% | 0.85% | - |
| XYZ | 27.17 | 32.79 | 71.23 | - |
| YUV | 134.25 | 175.26 | 60.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 166 | 218 | 0.82 | 0.24 | 0 | 0.15 | 197.53 | 0.71 | 0.51 |
| Hex | 28 | A6 | DA | 52 | 18 | 0 | F | C6 | 47 | 33 |
| Octal | 50 | 246 | 332 | 122 | 30 | 0 | 17 | 306 | 107 | 63 |
| Binary | 101000 | 10100110 | 11011010 | 1010010 | 11000 | 0 | 1111 | 11000110 | 1000111 | 110011 |
Color Harmonies of #28A6DA
Complementary color
Monochromatic Colors of #28A6DA
Black with #28A6DA
Text Example
Text Example
White with #28A6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A6DA; }
p { color: rgb(40,166,218); }
H1.HeaderClassName
{
color: #28A6DA;
}
.AnyTagClassName
{
color: #28A6DA;
}
</style>
background-color css
<style>
a { background-color: #28A6DA; }
a { background-color: rgb(40,166,218); }
div.DivClassName
{
background-color: #28A6DA;
}
.BgClassName
{
background-color: #28A6DA;
}
</style>
border-color css
<style>
span { border-color: #28A6DA; }
span { border-color: rgb(40,166,218); }
td.TdClassName
{
border-color: #28A6DA;
}
.TagClassName
{
border-color: #28A6DA;
}
</style>