Shades of Summer Sky #28BCDB
Tints of Summer Sky #28BCDB
RGB
CMYK
RGB Variations
Color information
#28BCDB (or 0x28BCDB) is known color: Summer Sky. HEX triplet: 28, BC and DB. RGB value is (40,188,219). Sum of RGB (Red+Green+Blue) = 40+188+219=447 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.95% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #28BCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BCDB is #D74324. Grayscale: #939393. Windows color (decimal): -14107429 or 14400552. OLE color: 14400552.
HSL color Cylindrical-coordinate representation of color #28BCDB: hue angle of 190.39º 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 #28BCDB is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 188 | 219 | - |
| CMYK | 0.82 | 0.14 | 0 | 0.14 |
| HSL | 190.39º | 0.71% | 0.51% | - |
| HSV(B) | 190.39º | 0.82% | 0.86% | - |
| XYZ | 31.64 | 41.53 | 73.37 | - |
| YUV | 147.28 | 168.47 | 51.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 188 | 219 | 0.82 | 0.14 | 0 | 0.14 | 190.39 | 0.71 | 0.51 |
| Hex | 28 | BC | DB | 52 | E | 0 | E | BE | 47 | 33 |
| Octal | 50 | 274 | 333 | 122 | 16 | 0 | 16 | 276 | 107 | 63 |
| Binary | 101000 | 10111100 | 11011011 | 1010010 | 1110 | 0 | 1110 | 10111110 | 1000111 | 110011 |
Color Harmonies of #28BCDB
Complementary color
Monochromatic Colors of #28BCDB
Black with #28BCDB
Text Example
Text Example
White with #28BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BCDB; }
p { color: rgb(40,188,219); }
H1.HeaderClassName
{
color: #28BCDB;
}
.AnyTagClassName
{
color: #28BCDB;
}
</style>
background-color css
<style>
a { background-color: #28BCDB; }
a { background-color: rgb(40,188,219); }
div.DivClassName
{
background-color: #28BCDB;
}
.BgClassName
{
background-color: #28BCDB;
}
</style>
border-color css
<style>
span { border-color: #28BCDB; }
span { border-color: rgb(40,188,219); }
td.TdClassName
{
border-color: #28BCDB;
}
.TagClassName
{
border-color: #28BCDB;
}
</style>