Shades of Summer Sky #28BBDC
Tints of Summer Sky #28BBDC
RGB
CMYK
RGB Variations
Color information
#28BBDC (or 0x28BBDC) is known color: Summer Sky. HEX triplet: 28, BB and DC. RGB value is (40,187,220). Sum of RGB (Red+Green+Blue) = 40+187+220=447 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.95% from 447); Green value is 187 (73.44% from 255 or 41.83% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #28BBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BBDC is #D74423. Grayscale: #929292. Windows color (decimal): -14107684 or 14465832. OLE color: 14465832.
HSL color Cylindrical-coordinate representation of color #28BBDC: hue angle of 191º degrees, saturation: 0.72, 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 #28BBDC is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 187 | 220 | - |
| CMYK | 0.82 | 0.15 | 0 | 0.14 |
| HSL | 191º | 0.72% | 0.51% | - |
| HSV(B) | 191º | 0.82% | 0.86% | - |
| XYZ | 31.56 | 41.16 | 73.99 | - |
| YUV | 146.81 | 169.3 | 51.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 187 | 220 | 0.82 | 0.15 | 0 | 0.14 | 191 | 0.72 | 0.51 |
| Hex | 28 | BB | DC | 52 | F | 0 | E | BF | 48 | 33 |
| Octal | 50 | 273 | 334 | 122 | 17 | 0 | 16 | 277 | 110 | 63 |
| Binary | 101000 | 10111011 | 11011100 | 1010010 | 1111 | 0 | 1110 | 10111111 | 1001000 | 110011 |
Color Harmonies of #28BBDC
Complementary color
Monochromatic Colors of #28BBDC
Black with #28BBDC
Text Example
Text Example
White with #28BBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BBDC; }
p { color: rgb(40,187,220); }
H1.HeaderClassName
{
color: #28BBDC;
}
.AnyTagClassName
{
color: #28BBDC;
}
</style>
background-color css
<style>
a { background-color: #28BBDC; }
a { background-color: rgb(40,187,220); }
div.DivClassName
{
background-color: #28BBDC;
}
.BgClassName
{
background-color: #28BBDC;
}
</style>
border-color css
<style>
span { border-color: #28BBDC; }
span { border-color: rgb(40,187,220); }
td.TdClassName
{
border-color: #28BBDC;
}
.TagClassName
{
border-color: #28BBDC;
}
</style>