Shades of Summer Sky #2C9EDF
Tints of Summer Sky #2C9EDF
RGB
CMYK
RGB Variations
Color information
#2C9EDF (or 0x2C9EDF) is known color: Summer Sky. HEX triplet: 2C, 9E and DF. RGB value is (44,158,223). Sum of RGB (Red+Green+Blue) = 44+158+223=425 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.35% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #2C9EDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C9EDF is #D36120. Grayscale: #828282. Windows color (decimal): -13852961 or 14655020. OLE color: 14655020.
HSL color Cylindrical-coordinate representation of color #2C9EDF: hue angle of 201.79º degrees, saturation: 0.74, 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 #2C9EDF is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 158 | 223 | - |
| CMYK | 0.80 | 0.29 | 0 | 0.13 |
| HSL | 201.79º | 0.74% | 0.52% | - |
| HSV(B) | 201.79º | 0.8% | 0.87% | - |
| XYZ | 26.58 | 30.32 | 74.26 | - |
| YUV | 131.32 | 179.73 | 65.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 158 | 223 | 0.80 | 0.29 | 0 | 0.13 | 201.79 | 0.74 | 0.52 |
| Hex | 2C | 9E | DF | 50 | 1D | 0 | D | CA | 4A | 34 |
| Octal | 54 | 236 | 337 | 120 | 35 | 0 | 15 | 312 | 112 | 64 |
| Binary | 101100 | 10011110 | 11011111 | 1010000 | 11101 | 0 | 1101 | 11001010 | 1001010 | 110100 |
Color Harmonies of #2C9EDF
Complementary color
Monochromatic Colors of #2C9EDF
Black with #2C9EDF
Text Example
Text Example
White with #2C9EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9EDF; }
p { color: rgb(44,158,223); }
H1.HeaderClassName
{
color: #2C9EDF;
}
.AnyTagClassName
{
color: #2C9EDF;
}
</style>
background-color css
<style>
a { background-color: #2C9EDF; }
a { background-color: rgb(44,158,223); }
div.DivClassName
{
background-color: #2C9EDF;
}
.BgClassName
{
background-color: #2C9EDF;
}
</style>
border-color css
<style>
span { border-color: #2C9EDF; }
span { border-color: rgb(44,158,223); }
td.TdClassName
{
border-color: #2C9EDF;
}
.TagClassName
{
border-color: #2C9EDF;
}
</style>