Shades of Summer Sky #28BADC
Tints of Summer Sky #28BADC
RGB
CMYK
RGB Variations
Color information
#28BADC (or 0x28BADC) is known color: Summer Sky. HEX triplet: 28, BA and DC. RGB value is (40,186,220). Sum of RGB (Red+Green+Blue) = 40+186+220=446 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.97% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #28BADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BADC is #D74523. Grayscale: #919191. Windows color (decimal): -14107940 or 14465576. OLE color: 14465576.
HSL color Cylindrical-coordinate representation of color #28BADC: hue angle of 191.33º 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 #28BADC is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 186 | 220 | - |
| CMYK | 0.82 | 0.15 | 0 | 0.14 |
| HSL | 191.33º | 0.72% | 0.51% | - |
| HSV(B) | 191.33º | 0.82% | 0.86% | - |
| XYZ | 31.35 | 40.74 | 73.92 | - |
| YUV | 146.22 | 169.63 | 52.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 186 | 220 | 0.82 | 0.15 | 0 | 0.14 | 191.33 | 0.72 | 0.51 |
| Hex | 28 | BA | DC | 52 | F | 0 | E | BF | 48 | 33 |
| Octal | 50 | 272 | 334 | 122 | 17 | 0 | 16 | 277 | 110 | 63 |
| Binary | 101000 | 10111010 | 11011100 | 1010010 | 1111 | 0 | 1110 | 10111111 | 1001000 | 110011 |
Color Harmonies of #28BADC
Complementary color
Monochromatic Colors of #28BADC
Black with #28BADC
Text Example
Text Example
White with #28BADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BADC; }
p { color: rgb(40,186,220); }
H1.HeaderClassName
{
color: #28BADC;
}
.AnyTagClassName
{
color: #28BADC;
}
</style>
background-color css
<style>
a { background-color: #28BADC; }
a { background-color: rgb(40,186,220); }
div.DivClassName
{
background-color: #28BADC;
}
.BgClassName
{
background-color: #28BADC;
}
</style>
border-color css
<style>
span { border-color: #28BADC; }
span { border-color: rgb(40,186,220); }
td.TdClassName
{
border-color: #28BADC;
}
.TagClassName
{
border-color: #28BADC;
}
</style>