Shades of Summer Sky #28A2D0
Tints of Summer Sky #28A2D0
RGB
CMYK
RGB Variations
Color information
#28A2D0 (or 0x28A2D0) is known color: Summer Sky. HEX triplet: 28, A2 and D0. RGB value is (40,162,208). Sum of RGB (Red+Green+Blue) = 40+162+208=410 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.76% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 208 (81.64% from 255 or 50.73% from 410); Max value from RGB is 208 - color contains mainly: blue. Hex color #28A2D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28A2D0 is #D75D2F. Grayscale: #828282. Windows color (decimal): -14114096 or 13673000. OLE color: 13673000.
HSL color Cylindrical-coordinate representation of color #28A2D0: hue angle of 196.43º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28A2D0 is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 162 | 208 | - |
| CMYK | 0.81 | 0.22 | 0 | 0.18 |
| HSL | 196.43º | 0.68% | 0.49% | - |
| HSV(B) | 196.43º | 0.81% | 0.82% | - |
| XYZ | 25.18 | 30.85 | 64.3 | - |
| YUV | 130.77 | 171.58 | 63.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 162 | 208 | 0.81 | 0.22 | 0 | 0.18 | 196.43 | 0.68 | 0.49 |
| Hex | 28 | A2 | D0 | 51 | 16 | 0 | 12 | C4 | 44 | 31 |
| Octal | 50 | 242 | 320 | 121 | 26 | 0 | 22 | 304 | 104 | 61 |
| Binary | 101000 | 10100010 | 11010000 | 1010001 | 10110 | 0 | 10010 | 11000100 | 1000100 | 110001 |
Color Harmonies of #28A2D0
Complementary color
Monochromatic Colors of #28A2D0
Black with #28A2D0
Text Example
Text Example
White with #28A2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A2D0; }
p { color: rgb(40,162,208); }
H1.HeaderClassName
{
color: #28A2D0;
}
.AnyTagClassName
{
color: #28A2D0;
}
</style>
background-color css
<style>
a { background-color: #28A2D0; }
a { background-color: rgb(40,162,208); }
div.DivClassName
{
background-color: #28A2D0;
}
.BgClassName
{
background-color: #28A2D0;
}
</style>
border-color css
<style>
span { border-color: #28A2D0; }
span { border-color: rgb(40,162,208); }
td.TdClassName
{
border-color: #28A2D0;
}
.TagClassName
{
border-color: #28A2D0;
}
</style>