Shades of Summer Sky #2696D8
Tints of Summer Sky #2696D8
RGB
CMYK
RGB Variations
Color information
#2696D8 (or 0x2696D8) is known color: Summer Sky. HEX triplet: 26, 96 and D8. RGB value is (38,150,216). Sum of RGB (Red+Green+Blue) = 38+150+216=404 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.41% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 216 (84.77% from 255 or 53.47% from 404); Max value from RGB is 216 - color contains mainly: blue. Hex color #2696D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2696D8 is #D96927. Grayscale: #7B7B7B. Windows color (decimal): -14248232 or 14194214. OLE color: 14194214.
HSL color Cylindrical-coordinate representation of color #2696D8: hue angle of 202.25º 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 #2696D8 is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 150 | 216 | - |
| CMYK | 0.82 | 0.31 | 0 | 0.15 |
| HSL | 202.25º | 0.7% | 0.5% | - |
| HSV(B) | 202.25º | 0.82% | 0.85% | - |
| XYZ | 24.1 | 27.18 | 68.94 | - |
| YUV | 124.04 | 179.89 | 66.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 150 | 216 | 0.82 | 0.31 | 0 | 0.15 | 202.25 | 0.7 | 0.5 |
| Hex | 26 | 96 | D8 | 52 | 1F | 0 | F | CA | 46 | 32 |
| Octal | 46 | 226 | 330 | 122 | 37 | 0 | 17 | 312 | 106 | 62 |
| Binary | 100110 | 10010110 | 11011000 | 1010010 | 11111 | 0 | 1111 | 11001010 | 1000110 | 110010 |
Color Harmonies of #2696D8
Complementary color
Monochromatic Colors of #2696D8
Black with #2696D8
Text Example
Text Example
White with #2696D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2696D8; }
p { color: rgb(38,150,216); }
H1.HeaderClassName
{
color: #2696D8;
}
.AnyTagClassName
{
color: #2696D8;
}
</style>
background-color css
<style>
a { background-color: #2696D8; }
a { background-color: rgb(38,150,216); }
div.DivClassName
{
background-color: #2696D8;
}
.BgClassName
{
background-color: #2696D8;
}
</style>
border-color css
<style>
span { border-color: #2696D8; }
span { border-color: rgb(38,150,216); }
td.TdClassName
{
border-color: #2696D8;
}
.TagClassName
{
border-color: #2696D8;
}
</style>