Shades of Summer Sky #28BBCD
Tints of Summer Sky #28BBCD
RGB
CMYK
RGB Variations
Color information
#28BBCD (or 0x28BBCD) is known color: Summer Sky. HEX triplet: 28, BB and CD. RGB value is (40,187,205). Sum of RGB (Red+Green+Blue) = 40+187+205=432 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.26% from 432); Green value is 187 (73.44% from 255 or 43.29% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #28BBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BBCD is #D74432. Grayscale: #909090. Windows color (decimal): -14107699 or 13482792. OLE color: 13482792.
HSL color Cylindrical-coordinate representation of color #28BBCD: hue angle of 186.55º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28BBCD is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 187 | 205 | - |
| CMYK | 0.80 | 0.09 | 0 | 0.20 |
| HSL | 186.55º | 0.67% | 0.48% | - |
| HSV(B) | 186.55º | 0.8% | 0.8% | - |
| XYZ | 29.66 | 40.4 | 63.99 | - |
| YUV | 145.1 | 161.8 | 53.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 187 | 205 | 0.80 | 0.09 | 0 | 0.20 | 186.55 | 0.67 | 0.48 |
| Hex | 28 | BB | CD | 50 | 9 | 0 | 14 | BB | 43 | 30 |
| Octal | 50 | 273 | 315 | 120 | 11 | 0 | 24 | 273 | 103 | 60 |
| Binary | 101000 | 10111011 | 11001101 | 1010000 | 1001 | 0 | 10100 | 10111011 | 1000011 | 110000 |
Color Harmonies of #28BBCD
Complementary color
Monochromatic Colors of #28BBCD
Black with #28BBCD
Text Example
Text Example
White with #28BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BBCD; }
p { color: rgb(40,187,205); }
H1.HeaderClassName
{
color: #28BBCD;
}
.AnyTagClassName
{
color: #28BBCD;
}
</style>
background-color css
<style>
a { background-color: #28BBCD; }
a { background-color: rgb(40,187,205); }
div.DivClassName
{
background-color: #28BBCD;
}
.BgClassName
{
background-color: #28BBCD;
}
</style>
border-color css
<style>
span { border-color: #28BBCD; }
span { border-color: rgb(40,187,205); }
td.TdClassName
{
border-color: #28BBCD;
}
.TagClassName
{
border-color: #28BBCD;
}
</style>