Shades of Summer Sky #28A0CD
Tints of Summer Sky #28A0CD
RGB
CMYK
RGB Variations
Color information
#28A0CD (or 0x28A0CD) is known color: Summer Sky. HEX triplet: 28, A0 and CD. RGB value is (40,160,205). Sum of RGB (Red+Green+Blue) = 40+160+205=405 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.88% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #28A0CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28A0CD is #D75F32. Grayscale: #808080. Windows color (decimal): -14114611 or 13475880. OLE color: 13475880.
HSL color Cylindrical-coordinate representation of color #28A0CD: hue angle of 196.36º 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 #28A0CD is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 160 | 205 | - |
| CMYK | 0.80 | 0.22 | 0 | 0.20 |
| HSL | 196.36º | 0.67% | 0.48% | - |
| HSV(B) | 196.36º | 0.8% | 0.8% | - |
| XYZ | 24.47 | 30 | 62.26 | - |
| YUV | 129.25 | 170.74 | 64.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 160 | 205 | 0.80 | 0.22 | 0 | 0.20 | 196.36 | 0.67 | 0.48 |
| Hex | 28 | A0 | CD | 50 | 16 | 0 | 14 | C4 | 43 | 30 |
| Octal | 50 | 240 | 315 | 120 | 26 | 0 | 24 | 304 | 103 | 60 |
| Binary | 101000 | 10100000 | 11001101 | 1010000 | 10110 | 0 | 10100 | 11000100 | 1000011 | 110000 |
Color Harmonies of #28A0CD
Complementary color
Monochromatic Colors of #28A0CD
Black with #28A0CD
Text Example
Text Example
White with #28A0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A0CD; }
p { color: rgb(40,160,205); }
H1.HeaderClassName
{
color: #28A0CD;
}
.AnyTagClassName
{
color: #28A0CD;
}
</style>
background-color css
<style>
a { background-color: #28A0CD; }
a { background-color: rgb(40,160,205); }
div.DivClassName
{
background-color: #28A0CD;
}
.BgClassName
{
background-color: #28A0CD;
}
</style>
border-color css
<style>
span { border-color: #28A0CD; }
span { border-color: rgb(40,160,205); }
td.TdClassName
{
border-color: #28A0CD;
}
.TagClassName
{
border-color: #28A0CD;
}
</style>