Shades of Summer Sky #2691D7
Tints of Summer Sky #2691D7
RGB
CMYK
RGB Variations
Color information
#2691D7 (or 0x2691D7) is known color: Summer Sky. HEX triplet: 26, 91 and D7. RGB value is (38,145,215). Sum of RGB (Red+Green+Blue) = 38+145+215=398 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.55% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 215 (84.38% from 255 or 54.02% from 398); Max value from RGB is 215 - color contains mainly: blue. Hex color #2691D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2691D7 is #D96E28. Grayscale: #787878. Windows color (decimal): -14249513 or 14127398. OLE color: 14127398.
HSL color Cylindrical-coordinate representation of color #2691D7: hue angle of 203.73º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2691D7 is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 38 | 145 | 215 | - |
| CMYK | 0.82 | 0.33 | 0 | 0.16 |
| HSL | 203.73º | 0.7% | 0.5% | - |
| HSV(B) | 203.73º | 0.82% | 0.84% | - |
| XYZ | 23.19 | 25.57 | 68 | - |
| YUV | 120.99 | 181.05 | 68.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 145 | 215 | 0.82 | 0.33 | 0 | 0.16 | 203.73 | 0.7 | 0.5 |
| Hex | 26 | 91 | D7 | 52 | 21 | 0 | 10 | CC | 46 | 32 |
| Octal | 46 | 221 | 327 | 122 | 41 | 0 | 20 | 314 | 106 | 62 |
| Binary | 100110 | 10010001 | 11010111 | 1010010 | 100001 | 0 | 10000 | 11001100 | 1000110 | 110010 |
Color Harmonies of #2691D7
Complementary color
Monochromatic Colors of #2691D7
Black with #2691D7
Text Example
Text Example
White with #2691D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2691D7; }
p { color: rgb(38,145,215); }
H1.HeaderClassName
{
color: #2691D7;
}
.AnyTagClassName
{
color: #2691D7;
}
</style>
background-color css
<style>
a { background-color: #2691D7; }
a { background-color: rgb(38,145,215); }
div.DivClassName
{
background-color: #2691D7;
}
.BgClassName
{
background-color: #2691D7;
}
</style>
border-color css
<style>
span { border-color: #2691D7; }
span { border-color: rgb(38,145,215); }
td.TdClassName
{
border-color: #2691D7;
}
.TagClassName
{
border-color: #2691D7;
}
</style>