Shades of Summer Sky #2C90DB
Tints of Summer Sky #2C90DB
RGB
CMYK
RGB Variations
Color information
#2C90DB (or 0x2C90DB) is known color: Summer Sky. HEX triplet: 2C, 90 and DB. RGB value is (44,144,219). Sum of RGB (Red+Green+Blue) = 44+144+219=407 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.81% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #2C90DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C90DB is #D36F24. Grayscale: #7A7A7A. Windows color (decimal): -13856549 or 14389292. OLE color: 14389292.
HSL color Cylindrical-coordinate representation of color #2C90DB: hue angle of 205.71º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C90DB is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 144 | 219 | - |
| CMYK | 0.80 | 0.34 | 0 | 0.14 |
| HSL | 205.71º | 0.71% | 0.52% | - |
| HSV(B) | 205.71º | 0.8% | 0.86% | - |
| XYZ | 23.8 | 25.6 | 70.7 | - |
| YUV | 122.65 | 182.37 | 71.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 144 | 219 | 0.80 | 0.34 | 0 | 0.14 | 205.71 | 0.71 | 0.52 |
| Hex | 2C | 90 | DB | 50 | 22 | 0 | E | CE | 47 | 34 |
| Octal | 54 | 220 | 333 | 120 | 42 | 0 | 16 | 316 | 107 | 64 |
| Binary | 101100 | 10010000 | 11011011 | 1010000 | 100010 | 0 | 1110 | 11001110 | 1000111 | 110100 |
Color Harmonies of #2C90DB
Complementary color
Monochromatic Colors of #2C90DB
Black with #2C90DB
Text Example
Text Example
White with #2C90DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C90DB; }
p { color: rgb(44,144,219); }
H1.HeaderClassName
{
color: #2C90DB;
}
.AnyTagClassName
{
color: #2C90DB;
}
</style>
background-color css
<style>
a { background-color: #2C90DB; }
a { background-color: rgb(44,144,219); }
div.DivClassName
{
background-color: #2C90DB;
}
.BgClassName
{
background-color: #2C90DB;
}
</style>
border-color css
<style>
span { border-color: #2C90DB; }
span { border-color: rgb(44,144,219); }
td.TdClassName
{
border-color: #2C90DB;
}
.TagClassName
{
border-color: #2C90DB;
}
</style>