Shades of Summer Sky #28A1D5
Tints of Summer Sky #28A1D5
RGB
CMYK
RGB Variations
Color information
#28A1D5 (or 0x28A1D5) is known color: Summer Sky. HEX triplet: 28, A1 and D5. RGB value is (40,161,213). Sum of RGB (Red+Green+Blue) = 40+161+213=414 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.66% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 213 (83.59% from 255 or 51.45% from 414); Max value from RGB is 213 - color contains mainly: blue. Hex color #28A1D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28A1D5 is #D75E2A. Grayscale: #828282. Windows color (decimal): -14114347 or 14000424. OLE color: 14000424.
HSL color Cylindrical-coordinate representation of color #28A1D5: hue angle of 198.03º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28A1D5 is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 161 | 213 | - |
| CMYK | 0.81 | 0.24 | 0 | 0.16 |
| HSL | 198.03º | 0.68% | 0.5% | - |
| HSV(B) | 198.03º | 0.81% | 0.84% | - |
| XYZ | 25.63 | 30.74 | 67.53 | - |
| YUV | 130.75 | 174.41 | 63.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 161 | 213 | 0.81 | 0.24 | 0 | 0.16 | 198.03 | 0.68 | 0.5 |
| Hex | 28 | A1 | D5 | 51 | 18 | 0 | 10 | C6 | 44 | 32 |
| Octal | 50 | 241 | 325 | 121 | 30 | 0 | 20 | 306 | 104 | 62 |
| Binary | 101000 | 10100001 | 11010101 | 1010001 | 11000 | 0 | 10000 | 11000110 | 1000100 | 110010 |
Color Harmonies of #28A1D5
Complementary color
Monochromatic Colors of #28A1D5
Black with #28A1D5
Text Example
Text Example
White with #28A1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A1D5; }
p { color: rgb(40,161,213); }
H1.HeaderClassName
{
color: #28A1D5;
}
.AnyTagClassName
{
color: #28A1D5;
}
</style>
background-color css
<style>
a { background-color: #28A1D5; }
a { background-color: rgb(40,161,213); }
div.DivClassName
{
background-color: #28A1D5;
}
.BgClassName
{
background-color: #28A1D5;
}
</style>
border-color css
<style>
span { border-color: #28A1D5; }
span { border-color: rgb(40,161,213); }
td.TdClassName
{
border-color: #28A1D5;
}
.TagClassName
{
border-color: #28A1D5;
}
</style>