Shades of Summer Sky #2699DB
Tints of Summer Sky #2699DB
RGB
CMYK
RGB Variations
Color information
#2699DB (or 0x2699DB) is known color: Summer Sky. HEX triplet: 26, 99 and DB. RGB value is (38,153,219). Sum of RGB (Red+Green+Blue) = 38+153+219=410 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.27% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #2699DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2699DB is #D96624. Grayscale: #7D7D7D. Windows color (decimal): -14247461 or 14391590. OLE color: 14391590.
HSL color Cylindrical-coordinate representation of color #2699DB: hue angle of 201.88º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2699DB is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 153 | 219 | - |
| CMYK | 0.83 | 0.30 | 0 | 0.14 |
| HSL | 201.88º | 0.72% | 0.5% | - |
| HSV(B) | 201.88º | 0.83% | 0.86% | - |
| XYZ | 24.98 | 28.31 | 71.17 | - |
| YUV | 126.14 | 180.4 | 65.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 153 | 219 | 0.83 | 0.30 | 0 | 0.14 | 201.88 | 0.72 | 0.5 |
| Hex | 26 | 99 | DB | 53 | 1E | 0 | E | CA | 48 | 32 |
| Octal | 46 | 231 | 333 | 123 | 36 | 0 | 16 | 312 | 110 | 62 |
| Binary | 100110 | 10011001 | 11011011 | 1010011 | 11110 | 0 | 1110 | 11001010 | 1001000 | 110010 |
Color Harmonies of #2699DB
Complementary color
Monochromatic Colors of #2699DB
Black with #2699DB
Text Example
Text Example
White with #2699DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2699DB; }
p { color: rgb(38,153,219); }
H1.HeaderClassName
{
color: #2699DB;
}
.AnyTagClassName
{
color: #2699DB;
}
</style>
background-color css
<style>
a { background-color: #2699DB; }
a { background-color: rgb(38,153,219); }
div.DivClassName
{
background-color: #2699DB;
}
.BgClassName
{
background-color: #2699DB;
}
</style>
border-color css
<style>
span { border-color: #2699DB; }
span { border-color: rgb(38,153,219); }
td.TdClassName
{
border-color: #2699DB;
}
.TagClassName
{
border-color: #2699DB;
}
</style>