Shades of Summer Sky #2A93DA
Tints of Summer Sky #2A93DA
RGB
CMYK
RGB Variations
Color information
#2A93DA (or 0x2A93DA) is known color: Summer Sky. HEX triplet: 2A, 93 and DA. RGB value is (42,147,218). Sum of RGB (Red+Green+Blue) = 42+147+218=407 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.32% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 218 (85.55% from 255 or 53.56% from 407); Max value from RGB is 218 - color contains mainly: blue. Hex color #2A93DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A93DA is #D56C25. Grayscale: #7B7B7B. Windows color (decimal): -13986854 or 14324522. OLE color: 14324522.
HSL color Cylindrical-coordinate representation of color #2A93DA: hue angle of 204.2º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A93DA is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 147 | 218 | - |
| CMYK | 0.81 | 0.33 | 0 | 0.15 |
| HSL | 204.2º | 0.7% | 0.51% | - |
| HSV(B) | 204.2º | 0.81% | 0.85% | - |
| XYZ | 24.04 | 26.42 | 70.16 | - |
| YUV | 123.7 | 181.21 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 147 | 218 | 0.81 | 0.33 | 0 | 0.15 | 204.2 | 0.7 | 0.51 |
| Hex | 2A | 93 | DA | 51 | 21 | 0 | F | CC | 46 | 33 |
| Octal | 52 | 223 | 332 | 121 | 41 | 0 | 17 | 314 | 106 | 63 |
| Binary | 101010 | 10010011 | 11011010 | 1010001 | 100001 | 0 | 1111 | 11001100 | 1000110 | 110011 |
Color Harmonies of #2A93DA
Complementary color
Monochromatic Colors of #2A93DA
Black with #2A93DA
Text Example
Text Example
White with #2A93DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A93DA; }
p { color: rgb(42,147,218); }
H1.HeaderClassName
{
color: #2A93DA;
}
.AnyTagClassName
{
color: #2A93DA;
}
</style>
background-color css
<style>
a { background-color: #2A93DA; }
a { background-color: rgb(42,147,218); }
div.DivClassName
{
background-color: #2A93DA;
}
.BgClassName
{
background-color: #2A93DA;
}
</style>
border-color css
<style>
span { border-color: #2A93DA; }
span { border-color: rgb(42,147,218); }
td.TdClassName
{
border-color: #2A93DA;
}
.TagClassName
{
border-color: #2A93DA;
}
</style>