Shades of Summer Sky #28BDD8
Tints of Summer Sky #28BDD8
RGB
CMYK
RGB Variations
Color information
#28BDD8 (or 0x28BDD8) is known color: Summer Sky. HEX triplet: 28, BD and D8. RGB value is (40,189,216). Sum of RGB (Red+Green+Blue) = 40+189+216=445 (58% of max value = 765). Red value is 40 (16.02% from 255 or 8.99% from 445); Green value is 189 (74.22% from 255 or 42.47% from 445); Blue value is 216 (84.77% from 255 or 48.54% from 445); Max value from RGB is 216 - color contains mainly: blue. Hex color #28BDD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BDD8 is #D74227. Grayscale: #939393. Windows color (decimal): -14107176 or 14204200. OLE color: 14204200.
HSL color Cylindrical-coordinate representation of color #28BDD8: hue angle of 189.2º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28BDD8 is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 189 | 216 | - |
| CMYK | 0.81 | 0.12 | 0 | 0.15 |
| HSL | 189.2º | 0.69% | 0.5% | - |
| HSV(B) | 189.2º | 0.81% | 0.85% | - |
| XYZ | 31.47 | 41.8 | 71.38 | - |
| YUV | 147.53 | 166.64 | 51.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 189 | 216 | 0.81 | 0.12 | 0 | 0.15 | 189.2 | 0.69 | 0.5 |
| Hex | 28 | BD | D8 | 51 | C | 0 | F | BD | 45 | 32 |
| Octal | 50 | 275 | 330 | 121 | 14 | 0 | 17 | 275 | 105 | 62 |
| Binary | 101000 | 10111101 | 11011000 | 1010001 | 1100 | 0 | 1111 | 10111101 | 1000101 | 110010 |
Color Harmonies of #28BDD8
Complementary color
Monochromatic Colors of #28BDD8
Black with #28BDD8
Text Example
Text Example
White with #28BDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BDD8; }
p { color: rgb(40,189,216); }
H1.HeaderClassName
{
color: #28BDD8;
}
.AnyTagClassName
{
color: #28BDD8;
}
</style>
background-color css
<style>
a { background-color: #28BDD8; }
a { background-color: rgb(40,189,216); }
div.DivClassName
{
background-color: #28BDD8;
}
.BgClassName
{
background-color: #28BDD8;
}
</style>
border-color css
<style>
span { border-color: #28BDD8; }
span { border-color: rgb(40,189,216); }
td.TdClassName
{
border-color: #28BDD8;
}
.TagClassName
{
border-color: #28BDD8;
}
</style>