Shades of Summer Sky #2CB3D9
Tints of Summer Sky #2CB3D9
RGB
CMYK
RGB Variations
Color information
#2CB3D9 (or 0x2CB3D9) is known color: Summer Sky. HEX triplet: 2C, B3 and D9. RGB value is (44,179,217). Sum of RGB (Red+Green+Blue) = 44+179+217=440 (58% of max value = 765). Red value is 44 (17.58% from 255 or 10% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 217 (85.16% from 255 or 49.32% from 440); Max value from RGB is 217 - color contains mainly: blue. Hex color #2CB3D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CB3D9 is #D34C26. Grayscale: #8E8E8E. Windows color (decimal): -13847591 or 14267180. OLE color: 14267180.
HSL color Cylindrical-coordinate representation of color #2CB3D9: hue angle of 193.18º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CB3D9 is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 179 | 217 | - |
| CMYK | 0.80 | 0.18 | 0 | 0.15 |
| HSL | 193.18º | 0.69% | 0.51% | - |
| HSV(B) | 193.18º | 0.8% | 0.85% | - |
| XYZ | 29.68 | 37.79 | 71.37 | - |
| YUV | 142.97 | 169.77 | 57.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 179 | 217 | 0.80 | 0.18 | 0 | 0.15 | 193.18 | 0.69 | 0.51 |
| Hex | 2C | B3 | D9 | 50 | 12 | 0 | F | C1 | 45 | 33 |
| Octal | 54 | 263 | 331 | 120 | 22 | 0 | 17 | 301 | 105 | 63 |
| Binary | 101100 | 10110011 | 11011001 | 1010000 | 10010 | 0 | 1111 | 11000001 | 1000101 | 110011 |
Color Harmonies of #2CB3D9
Complementary color
Monochromatic Colors of #2CB3D9
Black with #2CB3D9
Text Example
Text Example
White with #2CB3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB3D9; }
p { color: rgb(44,179,217); }
H1.HeaderClassName
{
color: #2CB3D9;
}
.AnyTagClassName
{
color: #2CB3D9;
}
</style>
background-color css
<style>
a { background-color: #2CB3D9; }
a { background-color: rgb(44,179,217); }
div.DivClassName
{
background-color: #2CB3D9;
}
.BgClassName
{
background-color: #2CB3D9;
}
</style>
border-color css
<style>
span { border-color: #2CB3D9; }
span { border-color: rgb(44,179,217); }
td.TdClassName
{
border-color: #2CB3D9;
}
.TagClassName
{
border-color: #2CB3D9;
}
</style>