Shades of Summer Sky #2A93DC
Tints of Summer Sky #2A93DC
RGB
CMYK
RGB Variations
Color information
#2A93DC (or 0x2A93DC) is known color: Summer Sky. HEX triplet: 2A, 93 and DC. RGB value is (42,147,220). Sum of RGB (Red+Green+Blue) = 42+147+220=409 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.27% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #2A93DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A93DC is #D56C23. Grayscale: #7B7B7B. Windows color (decimal): -13986852 or 14455594. OLE color: 14455594.
HSL color Cylindrical-coordinate representation of color #2A93DC: hue angle of 204.61º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A93DC is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 147 | 220 | - |
| CMYK | 0.81 | 0.33 | 0 | 0.14 |
| HSL | 204.61º | 0.72% | 0.51% | - |
| HSV(B) | 204.61º | 0.81% | 0.86% | - |
| XYZ | 24.31 | 26.53 | 71.55 | - |
| YUV | 123.93 | 182.21 | 69.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 147 | 220 | 0.81 | 0.33 | 0 | 0.14 | 204.61 | 0.72 | 0.51 |
| Hex | 2A | 93 | DC | 51 | 21 | 0 | E | CD | 48 | 33 |
| Octal | 52 | 223 | 334 | 121 | 41 | 0 | 16 | 315 | 110 | 63 |
| Binary | 101010 | 10010011 | 11011100 | 1010001 | 100001 | 0 | 1110 | 11001101 | 1001000 | 110011 |
Color Harmonies of #2A93DC
Complementary color
Monochromatic Colors of #2A93DC
Black with #2A93DC
Text Example
Text Example
White with #2A93DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A93DC; }
p { color: rgb(42,147,220); }
H1.HeaderClassName
{
color: #2A93DC;
}
.AnyTagClassName
{
color: #2A93DC;
}
</style>
background-color css
<style>
a { background-color: #2A93DC; }
a { background-color: rgb(42,147,220); }
div.DivClassName
{
background-color: #2A93DC;
}
.BgClassName
{
background-color: #2A93DC;
}
</style>
border-color css
<style>
span { border-color: #2A93DC; }
span { border-color: rgb(42,147,220); }
td.TdClassName
{
border-color: #2A93DC;
}
.TagClassName
{
border-color: #2A93DC;
}
</style>