Shades of Summer Sky #2A96DB
Tints of Summer Sky #2A96DB
RGB
CMYK
RGB Variations
Color information
#2A96DB (or 0x2A96DB) is known color: Summer Sky. HEX triplet: 2A, 96 and DB. RGB value is (42,150,219). Sum of RGB (Red+Green+Blue) = 42+150+219=411 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.22% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #2A96DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A96DB is #D56924. Grayscale: #7D7D7D. Windows color (decimal): -13986085 or 14390826. OLE color: 14390826.
HSL color Cylindrical-coordinate representation of color #2A96DB: hue angle of 203.39º degrees, saturation: 0.71, 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 #2A96DB is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 150 | 219 | - |
| CMYK | 0.81 | 0.32 | 0 | 0.14 |
| HSL | 203.39º | 0.71% | 0.51% | - |
| HSV(B) | 203.39º | 0.81% | 0.86% | - |
| XYZ | 24.65 | 27.42 | 71.01 | - |
| YUV | 125.57 | 180.72 | 68.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 150 | 219 | 0.81 | 0.32 | 0 | 0.14 | 203.39 | 0.71 | 0.51 |
| Hex | 2A | 96 | DB | 51 | 20 | 0 | E | CB | 47 | 33 |
| Octal | 52 | 226 | 333 | 121 | 40 | 0 | 16 | 313 | 107 | 63 |
| Binary | 101010 | 10010110 | 11011011 | 1010001 | 100000 | 0 | 1110 | 11001011 | 1000111 | 110011 |
Color Harmonies of #2A96DB
Complementary color
Monochromatic Colors of #2A96DB
Black with #2A96DB
Text Example
Text Example
White with #2A96DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A96DB; }
p { color: rgb(42,150,219); }
H1.HeaderClassName
{
color: #2A96DB;
}
.AnyTagClassName
{
color: #2A96DB;
}
</style>
background-color css
<style>
a { background-color: #2A96DB; }
a { background-color: rgb(42,150,219); }
div.DivClassName
{
background-color: #2A96DB;
}
.BgClassName
{
background-color: #2A96DB;
}
</style>
border-color css
<style>
span { border-color: #2A96DB; }
span { border-color: rgb(42,150,219); }
td.TdClassName
{
border-color: #2A96DB;
}
.TagClassName
{
border-color: #2A96DB;
}
</style>