Shades of Summer Sky #2893DC
Tints of Summer Sky #2893DC
RGB
CMYK
RGB Variations
Color information
#2893DC (or 0x2893DC) is known color: Summer Sky. HEX triplet: 28, 93 and DC. RGB value is (40,147,220). Sum of RGB (Red+Green+Blue) = 40+147+220=407 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.83% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #2893DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2893DC is #D76C23. Grayscale: #7A7A7A. Windows color (decimal): -14117924 or 14455592. OLE color: 14455592.
HSL color Cylindrical-coordinate representation of color #2893DC: hue angle of 204.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2893DC is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 147 | 220 | - |
| CMYK | 0.82 | 0.33 | 0 | 0.14 |
| HSL | 204.33º | 0.72% | 0.51% | - |
| HSV(B) | 204.33º | 0.82% | 0.86% | - |
| XYZ | 24.23 | 26.49 | 71.55 | - |
| YUV | 123.33 | 182.55 | 68.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 147 | 220 | 0.82 | 0.33 | 0 | 0.14 | 204.33 | 0.72 | 0.51 |
| Hex | 28 | 93 | DC | 52 | 21 | 0 | E | CC | 48 | 33 |
| Octal | 50 | 223 | 334 | 122 | 41 | 0 | 16 | 314 | 110 | 63 |
| Binary | 101000 | 10010011 | 11011100 | 1010010 | 100001 | 0 | 1110 | 11001100 | 1001000 | 110011 |
Color Harmonies of #2893DC
Complementary color
Monochromatic Colors of #2893DC
Black with #2893DC
Text Example
Text Example
White with #2893DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2893DC; }
p { color: rgb(40,147,220); }
H1.HeaderClassName
{
color: #2893DC;
}
.AnyTagClassName
{
color: #2893DC;
}
</style>
background-color css
<style>
a { background-color: #2893DC; }
a { background-color: rgb(40,147,220); }
div.DivClassName
{
background-color: #2893DC;
}
.BgClassName
{
background-color: #2893DC;
}
</style>
border-color css
<style>
span { border-color: #2893DC; }
span { border-color: rgb(40,147,220); }
td.TdClassName
{
border-color: #2893DC;
}
.TagClassName
{
border-color: #2893DC;
}
</style>