Shades of Summer Sky #2CA9DE
Tints of Summer Sky #2CA9DE
RGB
CMYK
RGB Variations
Color information
#2CA9DE (or 0x2CA9DE) is known color: Summer Sky. HEX triplet: 2C, A9 and DE. RGB value is (44,169,222). Sum of RGB (Red+Green+Blue) = 44+169+222=435 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.11% from 435); Green value is 169 (66.41% from 255 or 38.85% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #2CA9DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CA9DE is #D35621. Grayscale: #898989. Windows color (decimal): -13850146 or 14592300. OLE color: 14592300.
HSL color Cylindrical-coordinate representation of color #2CA9DE: hue angle of 197.87º degrees, saturation: 0.73, 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 #2CA9DE is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 169 | 222 | - |
| CMYK | 0.80 | 0.24 | 0 | 0.13 |
| HSL | 197.87º | 0.73% | 0.52% | - |
| HSV(B) | 197.87º | 0.8% | 0.87% | - |
| XYZ | 28.41 | 34.19 | 74.21 | - |
| YUV | 137.67 | 175.59 | 61.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 169 | 222 | 0.80 | 0.24 | 0 | 0.13 | 197.87 | 0.73 | 0.52 |
| Hex | 2C | A9 | DE | 50 | 18 | 0 | D | C6 | 49 | 34 |
| Octal | 54 | 251 | 336 | 120 | 30 | 0 | 15 | 306 | 111 | 64 |
| Binary | 101100 | 10101001 | 11011110 | 1010000 | 11000 | 0 | 1101 | 11000110 | 1001001 | 110100 |
Color Harmonies of #2CA9DE
Complementary color
Monochromatic Colors of #2CA9DE
Black with #2CA9DE
Text Example
Text Example
White with #2CA9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA9DE; }
p { color: rgb(44,169,222); }
H1.HeaderClassName
{
color: #2CA9DE;
}
.AnyTagClassName
{
color: #2CA9DE;
}
</style>
background-color css
<style>
a { background-color: #2CA9DE; }
a { background-color: rgb(44,169,222); }
div.DivClassName
{
background-color: #2CA9DE;
}
.BgClassName
{
background-color: #2CA9DE;
}
</style>
border-color css
<style>
span { border-color: #2CA9DE; }
span { border-color: rgb(44,169,222); }
td.TdClassName
{
border-color: #2CA9DE;
}
.TagClassName
{
border-color: #2CA9DE;
}
</style>