Shades of Summer Sky #28B8CD
Tints of Summer Sky #28B8CD
RGB
CMYK
RGB Variations
Color information
#28B8CD (or 0x28B8CD) is known color: Summer Sky. HEX triplet: 28, B8 and CD. RGB value is (40,184,205). Sum of RGB (Red+Green+Blue) = 40+184+205=429 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.32% from 429); Green value is 184 (72.27% from 255 or 42.89% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #28B8CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28B8CD is #D74732. Grayscale: #8F8F8F. Windows color (decimal): -14108467 or 13482024. OLE color: 13482024.
HSL color Cylindrical-coordinate representation of color #28B8CD: hue angle of 187.64º 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 #28B8CD is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 184 | 205 | - |
| CMYK | 0.80 | 0.10 | 0 | 0.20 |
| HSL | 187.64º | 0.67% | 0.48% | - |
| HSV(B) | 187.64º | 0.8% | 0.8% | - |
| XYZ | 29.04 | 39.14 | 63.78 | - |
| YUV | 143.34 | 162.79 | 54.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 184 | 205 | 0.80 | 0.10 | 0 | 0.20 | 187.64 | 0.67 | 0.48 |
| Hex | 28 | B8 | CD | 50 | A | 0 | 14 | BC | 43 | 30 |
| Octal | 50 | 270 | 315 | 120 | 12 | 0 | 24 | 274 | 103 | 60 |
| Binary | 101000 | 10111000 | 11001101 | 1010000 | 1010 | 0 | 10100 | 10111100 | 1000011 | 110000 |
Color Harmonies of #28B8CD
Complementary color
Monochromatic Colors of #28B8CD
Black with #28B8CD
Text Example
Text Example
White with #28B8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B8CD; }
p { color: rgb(40,184,205); }
H1.HeaderClassName
{
color: #28B8CD;
}
.AnyTagClassName
{
color: #28B8CD;
}
</style>
background-color css
<style>
a { background-color: #28B8CD; }
a { background-color: rgb(40,184,205); }
div.DivClassName
{
background-color: #28B8CD;
}
.BgClassName
{
background-color: #28B8CD;
}
</style>
border-color css
<style>
span { border-color: #28B8CD; }
span { border-color: rgb(40,184,205); }
td.TdClassName
{
border-color: #28B8CD;
}
.TagClassName
{
border-color: #28B8CD;
}
</style>