Shades of Summer Sky #2CA9DC
Tints of Summer Sky #2CA9DC
RGB
CMYK
RGB Variations
Color information
#2CA9DC (or 0x2CA9DC) is known color: Summer Sky. HEX triplet: 2C, A9 and DC. RGB value is (44,169,220). Sum of RGB (Red+Green+Blue) = 44+169+220=433 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.16% from 433); Green value is 169 (66.41% from 255 or 39.03% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #2CA9DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CA9DC is #D35623. Grayscale: #898989. Windows color (decimal): -13850148 or 14461228. OLE color: 14461228.
HSL color Cylindrical-coordinate representation of color #2CA9DC: hue angle of 197.39º degrees, saturation: 0.72, 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 #2CA9DC is Cyan = 0.8, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 169 | 220 | - |
| CMYK | 0.8 | 0.23 | 0 | 0.14 |
| HSL | 197.39º | 0.72% | 0.52% | - |
| HSV(B) | 197.39º | 0.8% | 0.86% | - |
| XYZ | 28.14 | 34.08 | 72.8 | - |
| YUV | 137.44 | 174.59 | 61.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 169 | 220 | 0.8 | 0.23 | 0 | 0.14 | 197.39 | 0.72 | 0.52 |
| Hex | 2C | A9 | DC | 50 | 17 | 0 | E | C5 | 48 | 34 |
| Octal | 54 | 251 | 334 | 120 | 27 | 0 | 16 | 305 | 110 | 64 |
| Binary | 101100 | 10101001 | 11011100 | 1010000 | 10111 | 0 | 1110 | 11000101 | 1001000 | 110100 |
Color Harmonies of #2CA9DC
Complementary color
Monochromatic Colors of #2CA9DC
Black with #2CA9DC
Text Example
Text Example
White with #2CA9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA9DC; }
p { color: rgb(44,169,220); }
H1.HeaderClassName
{
color: #2CA9DC;
}
.AnyTagClassName
{
color: #2CA9DC;
}
</style>
background-color css
<style>
a { background-color: #2CA9DC; }
a { background-color: rgb(44,169,220); }
div.DivClassName
{
background-color: #2CA9DC;
}
.BgClassName
{
background-color: #2CA9DC;
}
</style>
border-color css
<style>
span { border-color: #2CA9DC; }
span { border-color: rgb(44,169,220); }
td.TdClassName
{
border-color: #2CA9DC;
}
.TagClassName
{
border-color: #2CA9DC;
}
</style>