Shades of Summer Sky #2C97DD
Tints of Summer Sky #2C97DD
RGB
CMYK
RGB Variations
Color information
#2C97DD (or 0x2C97DD) is known color: Summer Sky. HEX triplet: 2C, 97 and DD. RGB value is (44,151,221). Sum of RGB (Red+Green+Blue) = 44+151+221=416 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.58% from 416); Green value is 151 (59.38% from 255 or 36.30% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #2C97DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C97DD is #D36822. Grayscale: #7E7E7E. Windows color (decimal): -13854755 or 14522156. OLE color: 14522156.
HSL color Cylindrical-coordinate representation of color #2C97DD: hue angle of 203.73º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C97DD is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 151 | 221 | - |
| CMYK | 0.80 | 0.32 | 0 | 0.13 |
| HSL | 203.73º | 0.72% | 0.52% | - |
| HSV(B) | 203.73º | 0.8% | 0.87% | - |
| XYZ | 25.16 | 27.89 | 72.46 | - |
| YUV | 126.99 | 181.05 | 68.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 151 | 221 | 0.80 | 0.32 | 0 | 0.13 | 203.73 | 0.72 | 0.52 |
| Hex | 2C | 97 | DD | 50 | 20 | 0 | D | CC | 48 | 34 |
| Octal | 54 | 227 | 335 | 120 | 40 | 0 | 15 | 314 | 110 | 64 |
| Binary | 101100 | 10010111 | 11011101 | 1010000 | 100000 | 0 | 1101 | 11001100 | 1001000 | 110100 |
Color Harmonies of #2C97DD
Complementary color
Monochromatic Colors of #2C97DD
Black with #2C97DD
Text Example
Text Example
White with #2C97DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C97DD; }
p { color: rgb(44,151,221); }
H1.HeaderClassName
{
color: #2C97DD;
}
.AnyTagClassName
{
color: #2C97DD;
}
</style>
background-color css
<style>
a { background-color: #2C97DD; }
a { background-color: rgb(44,151,221); }
div.DivClassName
{
background-color: #2C97DD;
}
.BgClassName
{
background-color: #2C97DD;
}
</style>
border-color css
<style>
span { border-color: #2C97DD; }
span { border-color: rgb(44,151,221); }
td.TdClassName
{
border-color: #2C97DD;
}
.TagClassName
{
border-color: #2C97DD;
}
</style>