Shades of Summer Sky #2893D5
Tints of Summer Sky #2893D5
RGB
CMYK
RGB Variations
Color information
#2893D5 (or 0x2893D5) is known color: Summer Sky. HEX triplet: 28, 93 and D5. RGB value is (40,147,213). Sum of RGB (Red+Green+Blue) = 40+147+213=400 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 213 (83.59% from 255 or 53.25% from 400); Max value from RGB is 213 - color contains mainly: blue. Hex color #2893D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2893D5 is #D76C2A. Grayscale: #7A7A7A. Windows color (decimal): -14117931 or 13996840. OLE color: 13996840.
HSL color Cylindrical-coordinate representation of color #2893D5: hue angle of 202.89º 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 #2893D5 is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 147 | 213 | - |
| CMYK | 0.81 | 0.31 | 0 | 0.16 |
| HSL | 202.89º | 0.68% | 0.5% | - |
| HSV(B) | 202.89º | 0.81% | 0.84% | - |
| XYZ | 23.32 | 26.12 | 66.76 | - |
| YUV | 122.53 | 179.05 | 69.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 147 | 213 | 0.81 | 0.31 | 0 | 0.16 | 202.89 | 0.68 | 0.5 |
| Hex | 28 | 93 | D5 | 51 | 1F | 0 | 10 | CB | 44 | 32 |
| Octal | 50 | 223 | 325 | 121 | 37 | 0 | 20 | 313 | 104 | 62 |
| Binary | 101000 | 10010011 | 11010101 | 1010001 | 11111 | 0 | 10000 | 11001011 | 1000100 | 110010 |
Color Harmonies of #2893D5
Complementary color
Monochromatic Colors of #2893D5
Black with #2893D5
Text Example
Text Example
White with #2893D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2893D5; }
p { color: rgb(40,147,213); }
H1.HeaderClassName
{
color: #2893D5;
}
.AnyTagClassName
{
color: #2893D5;
}
</style>
background-color css
<style>
a { background-color: #2893D5; }
a { background-color: rgb(40,147,213); }
div.DivClassName
{
background-color: #2893D5;
}
.BgClassName
{
background-color: #2893D5;
}
</style>
border-color css
<style>
span { border-color: #2893D5; }
span { border-color: rgb(40,147,213); }
td.TdClassName
{
border-color: #2893D5;
}
.TagClassName
{
border-color: #2893D5;
}
</style>