Shades of Summer Sky #28BBDE
Tints of Summer Sky #28BBDE
RGB
CMYK
RGB Variations
Color information
#28BBDE (or 0x28BBDE) is known color: Summer Sky. HEX triplet: 28, BB and DE. RGB value is (40,187,222). Sum of RGB (Red+Green+Blue) = 40+187+222=449 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.91% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 222 - color contains mainly: blue. Hex color #28BBDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BBDE is #D74421. Grayscale: #929292. Windows color (decimal): -14107682 or 14596904. OLE color: 14596904.
HSL color Cylindrical-coordinate representation of color #28BBDE: hue angle of 191.54º 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 #28BBDE is Cyan = 0.82, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 187 | 222 | - |
| CMYK | 0.82 | 0.16 | 0 | 0.13 |
| HSL | 191.54º | 0.73% | 0.51% | - |
| HSV(B) | 191.54º | 0.82% | 0.87% | - |
| XYZ | 31.83 | 41.27 | 75.39 | - |
| YUV | 147.04 | 170.3 | 51.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 187 | 222 | 0.82 | 0.16 | 0 | 0.13 | 191.54 | 0.73 | 0.51 |
| Hex | 28 | BB | DE | 52 | 10 | 0 | D | C0 | 49 | 33 |
| Octal | 50 | 273 | 336 | 122 | 20 | 0 | 15 | 300 | 111 | 63 |
| Binary | 101000 | 10111011 | 11011110 | 1010010 | 10000 | 0 | 1101 | 11000000 | 1001001 | 110011 |
Color Harmonies of #28BBDE
Complementary color
Monochromatic Colors of #28BBDE
Black with #28BBDE
Text Example
Text Example
White with #28BBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BBDE; }
p { color: rgb(40,187,222); }
H1.HeaderClassName
{
color: #28BBDE;
}
.AnyTagClassName
{
color: #28BBDE;
}
</style>
background-color css
<style>
a { background-color: #28BBDE; }
a { background-color: rgb(40,187,222); }
div.DivClassName
{
background-color: #28BBDE;
}
.BgClassName
{
background-color: #28BBDE;
}
</style>
border-color css
<style>
span { border-color: #28BBDE; }
span { border-color: rgb(40,187,222); }
td.TdClassName
{
border-color: #28BBDE;
}
.TagClassName
{
border-color: #28BBDE;
}
</style>