Shades of Summer Sky #2693D8
Tints of Summer Sky #2693D8
RGB
CMYK
RGB Variations
Color information
#2693D8 (or 0x2693D8) is known color: Summer Sky. HEX triplet: 26, 93 and D8. RGB value is (38,147,216). Sum of RGB (Red+Green+Blue) = 38+147+216=401 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.48% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 216 (84.77% from 255 or 53.87% from 401); Max value from RGB is 216 - color contains mainly: blue. Hex color #2693D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2693D8 is #D96C27. Grayscale: #797979. Windows color (decimal): -14249000 or 14193446. OLE color: 14193446.
HSL color Cylindrical-coordinate representation of color #2693D8: hue angle of 203.26º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2693D8 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 147 | 216 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.15 |
| HSL | 203.26º | 0.7% | 0.5% | - |
| HSV(B) | 203.26º | 0.82% | 0.85% | - |
| XYZ | 23.63 | 26.24 | 68.78 | - |
| YUV | 122.28 | 180.89 | 67.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 147 | 216 | 0.82 | 0.32 | 0 | 0.15 | 203.26 | 0.7 | 0.5 |
| Hex | 26 | 93 | D8 | 52 | 20 | 0 | F | CB | 46 | 32 |
| Octal | 46 | 223 | 330 | 122 | 40 | 0 | 17 | 313 | 106 | 62 |
| Binary | 100110 | 10010011 | 11011000 | 1010010 | 100000 | 0 | 1111 | 11001011 | 1000110 | 110010 |
Color Harmonies of #2693D8
Complementary color
Monochromatic Colors of #2693D8
Black with #2693D8
Text Example
Text Example
White with #2693D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2693D8; }
p { color: rgb(38,147,216); }
H1.HeaderClassName
{
color: #2693D8;
}
.AnyTagClassName
{
color: #2693D8;
}
</style>
background-color css
<style>
a { background-color: #2693D8; }
a { background-color: rgb(38,147,216); }
div.DivClassName
{
background-color: #2693D8;
}
.BgClassName
{
background-color: #2693D8;
}
</style>
border-color css
<style>
span { border-color: #2693D8; }
span { border-color: rgb(38,147,216); }
td.TdClassName
{
border-color: #2693D8;
}
.TagClassName
{
border-color: #2693D8;
}
</style>