Shades of Summer Sky #2699DC
Tints of Summer Sky #2699DC
RGB
CMYK
RGB Variations
Color information
#2699DC (or 0x2699DC) is known color: Summer Sky. HEX triplet: 26, 99 and DC. RGB value is (38,153,220). Sum of RGB (Red+Green+Blue) = 38+153+220=411 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.25% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #2699DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2699DC is #D96623. Grayscale: #7D7D7D. Windows color (decimal): -14247460 or 14457126. OLE color: 14457126.
HSL color Cylindrical-coordinate representation of color #2699DC: hue angle of 202.09º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2699DC is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 153 | 220 | - |
| CMYK | 0.83 | 0.30 | 0 | 0.14 |
| HSL | 202.09º | 0.72% | 0.51% | - |
| HSV(B) | 202.09º | 0.83% | 0.86% | - |
| XYZ | 25.11 | 28.36 | 71.86 | - |
| YUV | 126.25 | 180.9 | 65.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 153 | 220 | 0.83 | 0.30 | 0 | 0.14 | 202.09 | 0.72 | 0.51 |
| Hex | 26 | 99 | DC | 53 | 1E | 0 | E | CA | 48 | 33 |
| Octal | 46 | 231 | 334 | 123 | 36 | 0 | 16 | 312 | 110 | 63 |
| Binary | 100110 | 10011001 | 11011100 | 1010011 | 11110 | 0 | 1110 | 11001010 | 1001000 | 110011 |
Color Harmonies of #2699DC
Complementary color
Monochromatic Colors of #2699DC
Black with #2699DC
Text Example
Text Example
White with #2699DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2699DC; }
p { color: rgb(38,153,220); }
H1.HeaderClassName
{
color: #2699DC;
}
.AnyTagClassName
{
color: #2699DC;
}
</style>
background-color css
<style>
a { background-color: #2699DC; }
a { background-color: rgb(38,153,220); }
div.DivClassName
{
background-color: #2699DC;
}
.BgClassName
{
background-color: #2699DC;
}
</style>
border-color css
<style>
span { border-color: #2699DC; }
span { border-color: rgb(38,153,220); }
td.TdClassName
{
border-color: #2699DC;
}
.TagClassName
{
border-color: #2699DC;
}
</style>