Shades of Summer Sky #28ADDD
Tints of Summer Sky #28ADDD
RGB
CMYK
RGB Variations
Color information
#28ADDD (or 0x28ADDD) is known color: Summer Sky. HEX triplet: 28, AD and DD. RGB value is (40,173,221). Sum of RGB (Red+Green+Blue) = 40+173+221=434 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.22% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #28ADDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28ADDD is #D75222. Grayscale: #8A8A8A. Windows color (decimal): -14111267 or 14527784. OLE color: 14527784.
HSL color Cylindrical-coordinate representation of color #28ADDD: hue angle of 195.91º 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 #28ADDD is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 173 | 221 | - |
| CMYK | 0.82 | 0.22 | 0 | 0.13 |
| HSL | 195.91º | 0.73% | 0.51% | - |
| HSV(B) | 195.91º | 0.82% | 0.87% | - |
| XYZ | 28.87 | 35.56 | 73.75 | - |
| YUV | 138.71 | 174.44 | 57.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 173 | 221 | 0.82 | 0.22 | 0 | 0.13 | 195.91 | 0.73 | 0.51 |
| Hex | 28 | AD | DD | 52 | 16 | 0 | D | C4 | 49 | 33 |
| Octal | 50 | 255 | 335 | 122 | 26 | 0 | 15 | 304 | 111 | 63 |
| Binary | 101000 | 10101101 | 11011101 | 1010010 | 10110 | 0 | 1101 | 11000100 | 1001001 | 110011 |
Color Harmonies of #28ADDD
Complementary color
Monochromatic Colors of #28ADDD
Black with #28ADDD
Text Example
Text Example
White with #28ADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ADDD; }
p { color: rgb(40,173,221); }
H1.HeaderClassName
{
color: #28ADDD;
}
.AnyTagClassName
{
color: #28ADDD;
}
</style>
background-color css
<style>
a { background-color: #28ADDD; }
a { background-color: rgb(40,173,221); }
div.DivClassName
{
background-color: #28ADDD;
}
.BgClassName
{
background-color: #28ADDD;
}
</style>
border-color css
<style>
span { border-color: #28ADDD; }
span { border-color: rgb(40,173,221); }
td.TdClassName
{
border-color: #28ADDD;
}
.TagClassName
{
border-color: #28ADDD;
}
</style>