Shades of Summer Sky #28BDDD
Tints of Summer Sky #28BDDD
RGB
CMYK
RGB Variations
Color information
#28BDDD (or 0x28BDDD) is known color: Summer Sky. HEX triplet: 28, BD and DD. RGB value is (40,189,221). Sum of RGB (Red+Green+Blue) = 40+189+221=450 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.89% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #28BDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BDDD is #D74222. Grayscale: #939393. Windows color (decimal): -14107171 or 14531880. OLE color: 14531880.
HSL color Cylindrical-coordinate representation of color #28BDDD: hue angle of 190.61º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28BDDD is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 189 | 221 | - |
| CMYK | 0.82 | 0.14 | 0 | 0.13 |
| HSL | 190.61º | 0.73% | 0.51% | - |
| HSV(B) | 190.61º | 0.82% | 0.87% | - |
| XYZ | 32.12 | 42.07 | 74.83 | - |
| YUV | 148.1 | 169.14 | 50.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 189 | 221 | 0.82 | 0.14 | 0 | 0.13 | 190.61 | 0.73 | 0.51 |
| Hex | 28 | BD | DD | 52 | E | 0 | D | BF | 49 | 33 |
| Octal | 50 | 275 | 335 | 122 | 16 | 0 | 15 | 277 | 111 | 63 |
| Binary | 101000 | 10111101 | 11011101 | 1010010 | 1110 | 0 | 1101 | 10111111 | 1001001 | 110011 |
Color Harmonies of #28BDDD
Complementary color
Monochromatic Colors of #28BDDD
Black with #28BDDD
Text Example
Text Example
White with #28BDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BDDD; }
p { color: rgb(40,189,221); }
H1.HeaderClassName
{
color: #28BDDD;
}
.AnyTagClassName
{
color: #28BDDD;
}
</style>
background-color css
<style>
a { background-color: #28BDDD; }
a { background-color: rgb(40,189,221); }
div.DivClassName
{
background-color: #28BDDD;
}
.BgClassName
{
background-color: #28BDDD;
}
</style>
border-color css
<style>
span { border-color: #28BDDD; }
span { border-color: rgb(40,189,221); }
td.TdClassName
{
border-color: #28BDDD;
}
.TagClassName
{
border-color: #28BDDD;
}
</style>