Shades of Summer Sky #2799DC
Tints of Summer Sky #2799DC
RGB
CMYK
RGB Variations
Color information
#2799DC (or 0x2799DC) is known color: Summer Sky. HEX triplet: 27, 99 and DC. RGB value is (39,153,220). Sum of RGB (Red+Green+Blue) = 39+153+220=412 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.47% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #2799DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2799DC is #D86623. Grayscale: #7E7E7E. Windows color (decimal): -14181924 or 14457127. OLE color: 14457127.
HSL color Cylindrical-coordinate representation of color #2799DC: hue angle of 202.21º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2799DC is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 153 | 220 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.14 |
| HSL | 202.21º | 0.72% | 0.51% | - |
| HSV(B) | 202.21º | 0.82% | 0.86% | - |
| XYZ | 25.15 | 28.38 | 71.86 | - |
| YUV | 126.55 | 180.73 | 65.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 153 | 220 | 0.82 | 0.30 | 0 | 0.14 | 202.21 | 0.72 | 0.51 |
| Hex | 27 | 99 | DC | 52 | 1E | 0 | E | CA | 48 | 33 |
| Octal | 47 | 231 | 334 | 122 | 36 | 0 | 16 | 312 | 110 | 63 |
| Binary | 100111 | 10011001 | 11011100 | 1010010 | 11110 | 0 | 1110 | 11001010 | 1001000 | 110011 |
Color Harmonies of #2799DC
Complementary color
Monochromatic Colors of #2799DC
Black with #2799DC
Text Example
Text Example
White with #2799DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2799DC; }
p { color: rgb(39,153,220); }
H1.HeaderClassName
{
color: #2799DC;
}
.AnyTagClassName
{
color: #2799DC;
}
</style>
background-color css
<style>
a { background-color: #2799DC; }
a { background-color: rgb(39,153,220); }
div.DivClassName
{
background-color: #2799DC;
}
.BgClassName
{
background-color: #2799DC;
}
</style>
border-color css
<style>
span { border-color: #2799DC; }
span { border-color: rgb(39,153,220); }
td.TdClassName
{
border-color: #2799DC;
}
.TagClassName
{
border-color: #2799DC;
}
</style>