Shades of Summer Sky #2C98DE
Tints of Summer Sky #2C98DE
RGB
CMYK
RGB Variations
Color information
#2C98DE (or 0x2C98DE) is known color: Summer Sky. HEX triplet: 2C, 98 and DE. RGB value is (44,152,222). Sum of RGB (Red+Green+Blue) = 44+152+222=418 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.53% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 222 (87.11% from 255 or 53.11% from 418); Max value from RGB is 222 - color contains mainly: blue. Hex color #2C98DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C98DE is #D36721. Grayscale: #7F7F7F. Windows color (decimal): -13854498 or 14587948. OLE color: 14587948.
HSL color Cylindrical-coordinate representation of color #2C98DE: hue angle of 203.6º 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 #2C98DE is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 152 | 222 | - |
| CMYK | 0.80 | 0.32 | 0 | 0.13 |
| HSL | 203.6º | 0.73% | 0.52% | - |
| HSV(B) | 203.6º | 0.8% | 0.87% | - |
| XYZ | 25.45 | 28.27 | 73.22 | - |
| YUV | 127.69 | 181.22 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 152 | 222 | 0.80 | 0.32 | 0 | 0.13 | 203.6 | 0.73 | 0.52 |
| Hex | 2C | 98 | DE | 50 | 20 | 0 | D | CC | 49 | 34 |
| Octal | 54 | 230 | 336 | 120 | 40 | 0 | 15 | 314 | 111 | 64 |
| Binary | 101100 | 10011000 | 11011110 | 1010000 | 100000 | 0 | 1101 | 11001100 | 1001001 | 110100 |
Color Harmonies of #2C98DE
Complementary color
Monochromatic Colors of #2C98DE
Black with #2C98DE
Text Example
Text Example
White with #2C98DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C98DE; }
p { color: rgb(44,152,222); }
H1.HeaderClassName
{
color: #2C98DE;
}
.AnyTagClassName
{
color: #2C98DE;
}
</style>
background-color css
<style>
a { background-color: #2C98DE; }
a { background-color: rgb(44,152,222); }
div.DivClassName
{
background-color: #2C98DE;
}
.BgClassName
{
background-color: #2C98DE;
}
</style>
border-color css
<style>
span { border-color: #2C98DE; }
span { border-color: rgb(44,152,222); }
td.TdClassName
{
border-color: #2C98DE;
}
.TagClassName
{
border-color: #2C98DE;
}
</style>