Shades of Summer Sky #2C98CF
Tints of Summer Sky #2C98CF
RGB
CMYK
RGB Variations
Color information
#2C98CF (or 0x2C98CF) is known color: Summer Sky. HEX triplet: 2C, 98 and CF. RGB value is (44,152,207). Sum of RGB (Red+Green+Blue) = 44+152+207=403 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.92% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #2C98CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C98CF is #D36730. Grayscale: #7D7D7D. Windows color (decimal): -13854513 or 13604908. OLE color: 13604908.
HSL color Cylindrical-coordinate representation of color #2C98CF: hue angle of 200.25º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C98CF is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 152 | 207 | - |
| CMYK | 0.79 | 0.27 | 0 | 0.19 |
| HSL | 200.25º | 0.65% | 0.49% | - |
| HSV(B) | 200.25º | 0.79% | 0.81% | - |
| XYZ | 23.53 | 27.5 | 63.1 | - |
| YUV | 125.98 | 173.72 | 69.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 152 | 207 | 0.79 | 0.27 | 0 | 0.19 | 200.25 | 0.65 | 0.49 |
| Hex | 2C | 98 | CF | 4F | 1B | 0 | 13 | C8 | 41 | 31 |
| Octal | 54 | 230 | 317 | 117 | 33 | 0 | 23 | 310 | 101 | 61 |
| Binary | 101100 | 10011000 | 11001111 | 1001111 | 11011 | 0 | 10011 | 11001000 | 1000001 | 110001 |
Color Harmonies of #2C98CF
Complementary color
Monochromatic Colors of #2C98CF
Black with #2C98CF
Text Example
Text Example
White with #2C98CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C98CF; }
p { color: rgb(44,152,207); }
H1.HeaderClassName
{
color: #2C98CF;
}
.AnyTagClassName
{
color: #2C98CF;
}
</style>
background-color css
<style>
a { background-color: #2C98CF; }
a { background-color: rgb(44,152,207); }
div.DivClassName
{
background-color: #2C98CF;
}
.BgClassName
{
background-color: #2C98CF;
}
</style>
border-color css
<style>
span { border-color: #2C98CF; }
span { border-color: rgb(44,152,207); }
td.TdClassName
{
border-color: #2C98CF;
}
.TagClassName
{
border-color: #2C98CF;
}
</style>