Shades of Summer Sky #28BCCB
Tints of Summer Sky #28BCCB
RGB
CMYK
RGB Variations
Color information
#28BCCB (or 0x28BCCB) is known color: Summer Sky. HEX triplet: 28, BC and CB. RGB value is (40,188,203). Sum of RGB (Red+Green+Blue) = 40+188+203=431 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.28% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #28BCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BCCB is #D74334. Grayscale: #919191. Windows color (decimal): -14107445 or 13351976. OLE color: 13351976.
HSL color Cylindrical-coordinate representation of color #28BCCB: hue angle of 185.52º 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 #28BCCB is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 188 | 203 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.20 |
| HSL | 185.52º | 0.67% | 0.48% | - |
| HSV(B) | 185.52º | 0.8% | 0.8% | - |
| XYZ | 29.64 | 40.73 | 62.8 | - |
| YUV | 145.46 | 160.47 | 52.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 188 | 203 | 0.80 | 0.07 | 0 | 0.20 | 185.52 | 0.67 | 0.48 |
| Hex | 28 | BC | CB | 50 | 7 | 0 | 14 | BA | 43 | 30 |
| Octal | 50 | 274 | 313 | 120 | 7 | 0 | 24 | 272 | 103 | 60 |
| Binary | 101000 | 10111100 | 11001011 | 1010000 | 111 | 0 | 10100 | 10111010 | 1000011 | 110000 |
Color Harmonies of #28BCCB
Complementary color
Monochromatic Colors of #28BCCB
Black with #28BCCB
Text Example
Text Example
White with #28BCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BCCB; }
p { color: rgb(40,188,203); }
H1.HeaderClassName
{
color: #28BCCB;
}
.AnyTagClassName
{
color: #28BCCB;
}
</style>
background-color css
<style>
a { background-color: #28BCCB; }
a { background-color: rgb(40,188,203); }
div.DivClassName
{
background-color: #28BCCB;
}
.BgClassName
{
background-color: #28BCCB;
}
</style>
border-color css
<style>
span { border-color: #28BCCB; }
span { border-color: rgb(40,188,203); }
td.TdClassName
{
border-color: #28BCCB;
}
.TagClassName
{
border-color: #28BCCB;
}
</style>