Shades of Summer Sky #28A1DD
Tints of Summer Sky #28A1DD
RGB
CMYK
RGB Variations
Color information
#28A1DD (or 0x28A1DD) is known color: Summer Sky. HEX triplet: 28, A1 and DD. RGB value is (40,161,221). Sum of RGB (Red+Green+Blue) = 40+161+221=422 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.48% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #28A1DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28A1DD is #D75E22. Grayscale: #838383. Windows color (decimal): -14114339 or 14524712. OLE color: 14524712.
HSL color Cylindrical-coordinate representation of color #28A1DD: hue angle of 199.89º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28A1DD is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 161 | 221 | - |
| CMYK | 0.82 | 0.27 | 0 | 0.13 |
| HSL | 199.89º | 0.73% | 0.51% | - |
| HSV(B) | 199.89º | 0.82% | 0.87% | - |
| XYZ | 26.67 | 31.16 | 73.02 | - |
| YUV | 131.66 | 178.41 | 62.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 161 | 221 | 0.82 | 0.27 | 0 | 0.13 | 199.89 | 0.73 | 0.51 |
| Hex | 28 | A1 | DD | 52 | 1B | 0 | D | C8 | 49 | 33 |
| Octal | 50 | 241 | 335 | 122 | 33 | 0 | 15 | 310 | 111 | 63 |
| Binary | 101000 | 10100001 | 11011101 | 1010010 | 11011 | 0 | 1101 | 11001000 | 1001001 | 110011 |
Color Harmonies of #28A1DD
Complementary color
Monochromatic Colors of #28A1DD
Black with #28A1DD
Text Example
Text Example
White with #28A1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A1DD; }
p { color: rgb(40,161,221); }
H1.HeaderClassName
{
color: #28A1DD;
}
.AnyTagClassName
{
color: #28A1DD;
}
</style>
background-color css
<style>
a { background-color: #28A1DD; }
a { background-color: rgb(40,161,221); }
div.DivClassName
{
background-color: #28A1DD;
}
.BgClassName
{
background-color: #28A1DD;
}
</style>
border-color css
<style>
span { border-color: #28A1DD; }
span { border-color: rgb(40,161,221); }
td.TdClassName
{
border-color: #28A1DD;
}
.TagClassName
{
border-color: #28A1DD;
}
</style>