Shades of Summer Sky #28BDDB
Tints of Summer Sky #28BDDB
RGB
CMYK
RGB Variations
Color information
#28BDDB (or 0x28BDDB) is known color: Summer Sky. HEX triplet: 28, BD and DB. RGB value is (40,189,219). Sum of RGB (Red+Green+Blue) = 40+189+219=448 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.93% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #28BDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BDDB is #D74224. Grayscale: #939393. Windows color (decimal): -14107173 or 14400808. OLE color: 14400808.
HSL color Cylindrical-coordinate representation of color #28BDDB: hue angle of 190.06º degrees, saturation: 0.71, 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 #28BDDB is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 189 | 219 | - |
| CMYK | 0.82 | 0.14 | 0 | 0.14 |
| HSL | 190.06º | 0.71% | 0.51% | - |
| HSV(B) | 190.06º | 0.82% | 0.86% | - |
| XYZ | 31.86 | 41.96 | 73.44 | - |
| YUV | 147.87 | 168.14 | 51.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 189 | 219 | 0.82 | 0.14 | 0 | 0.14 | 190.06 | 0.71 | 0.51 |
| Hex | 28 | BD | DB | 52 | E | 0 | E | BE | 47 | 33 |
| Octal | 50 | 275 | 333 | 122 | 16 | 0 | 16 | 276 | 107 | 63 |
| Binary | 101000 | 10111101 | 11011011 | 1010010 | 1110 | 0 | 1110 | 10111110 | 1000111 | 110011 |
Color Harmonies of #28BDDB
Complementary color
Monochromatic Colors of #28BDDB
Black with #28BDDB
Text Example
Text Example
White with #28BDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BDDB; }
p { color: rgb(40,189,219); }
H1.HeaderClassName
{
color: #28BDDB;
}
.AnyTagClassName
{
color: #28BDDB;
}
</style>
background-color css
<style>
a { background-color: #28BDDB; }
a { background-color: rgb(40,189,219); }
div.DivClassName
{
background-color: #28BDDB;
}
.BgClassName
{
background-color: #28BDDB;
}
</style>
border-color css
<style>
span { border-color: #28BDDB; }
span { border-color: rgb(40,189,219); }
td.TdClassName
{
border-color: #28BDDB;
}
.TagClassName
{
border-color: #28BDDB;
}
</style>