Shades of Summer Sky #28BDD9
Tints of Summer Sky #28BDD9
RGB
CMYK
RGB Variations
Color information
#28BDD9 (or 0x28BDD9) is known color: Summer Sky. HEX triplet: 28, BD and D9. RGB value is (40,189,217). Sum of RGB (Red+Green+Blue) = 40+189+217=446 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.97% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 217 (85.16% from 255 or 48.65% from 446); Max value from RGB is 217 - color contains mainly: blue. Hex color #28BDD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BDD9 is #D74226. Grayscale: #939393. Windows color (decimal): -14107175 or 14269736. OLE color: 14269736.
HSL color Cylindrical-coordinate representation of color #28BDD9: hue angle of 189.49º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28BDD9 is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 189 | 217 | - |
| CMYK | 0.82 | 0.13 | 0 | 0.15 |
| HSL | 189.49º | 0.7% | 0.5% | - |
| HSV(B) | 189.49º | 0.82% | 0.85% | - |
| XYZ | 31.6 | 41.86 | 72.06 | - |
| YUV | 147.64 | 167.14 | 51.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 189 | 217 | 0.82 | 0.13 | 0 | 0.15 | 189.49 | 0.7 | 0.5 |
| Hex | 28 | BD | D9 | 52 | D | 0 | F | BD | 46 | 32 |
| Octal | 50 | 275 | 331 | 122 | 15 | 0 | 17 | 275 | 106 | 62 |
| Binary | 101000 | 10111101 | 11011001 | 1010010 | 1101 | 0 | 1111 | 10111101 | 1000110 | 110010 |
Color Harmonies of #28BDD9
Complementary color
Monochromatic Colors of #28BDD9
Black with #28BDD9
Text Example
Text Example
White with #28BDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BDD9; }
p { color: rgb(40,189,217); }
H1.HeaderClassName
{
color: #28BDD9;
}
.AnyTagClassName
{
color: #28BDD9;
}
</style>
background-color css
<style>
a { background-color: #28BDD9; }
a { background-color: rgb(40,189,217); }
div.DivClassName
{
background-color: #28BDD9;
}
.BgClassName
{
background-color: #28BDD9;
}
</style>
border-color css
<style>
span { border-color: #28BDD9; }
span { border-color: rgb(40,189,217); }
td.TdClassName
{
border-color: #28BDD9;
}
.TagClassName
{
border-color: #28BDD9;
}
</style>