Shades of Summer Sky #2C98DB
Tints of Summer Sky #2C98DB
RGB
CMYK
RGB Variations
Color information
#2C98DB (or 0x2C98DB) is known color: Summer Sky. HEX triplet: 2C, 98 and DB. RGB value is (44,152,219). Sum of RGB (Red+Green+Blue) = 44+152+219=415 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.60% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #2C98DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C98DB is #D36724. Grayscale: #7E7E7E. Windows color (decimal): -13854501 or 14391340. OLE color: 14391340.
HSL color Cylindrical-coordinate representation of color #2C98DB: hue angle of 202.97º 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 #2C98DB is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 152 | 219 | - |
| CMYK | 0.80 | 0.31 | 0 | 0.14 |
| HSL | 202.97º | 0.71% | 0.52% | - |
| HSV(B) | 202.97º | 0.8% | 0.86% | - |
| XYZ | 25.05 | 28.11 | 71.12 | - |
| YUV | 127.35 | 179.72 | 68.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 152 | 219 | 0.80 | 0.31 | 0 | 0.14 | 202.97 | 0.71 | 0.52 |
| Hex | 2C | 98 | DB | 50 | 1F | 0 | E | CB | 47 | 34 |
| Octal | 54 | 230 | 333 | 120 | 37 | 0 | 16 | 313 | 107 | 64 |
| Binary | 101100 | 10011000 | 11011011 | 1010000 | 11111 | 0 | 1110 | 11001011 | 1000111 | 110100 |
Color Harmonies of #2C98DB
Complementary color
Monochromatic Colors of #2C98DB
Black with #2C98DB
Text Example
Text Example
White with #2C98DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C98DB; }
p { color: rgb(44,152,219); }
H1.HeaderClassName
{
color: #2C98DB;
}
.AnyTagClassName
{
color: #2C98DB;
}
</style>
background-color css
<style>
a { background-color: #2C98DB; }
a { background-color: rgb(44,152,219); }
div.DivClassName
{
background-color: #2C98DB;
}
.BgClassName
{
background-color: #2C98DB;
}
</style>
border-color css
<style>
span { border-color: #2C98DB; }
span { border-color: rgb(44,152,219); }
td.TdClassName
{
border-color: #2C98DB;
}
.TagClassName
{
border-color: #2C98DB;
}
</style>