Shades of Summer Sky #2194D9
Tints of Summer Sky #2194D9
RGB
CMYK
RGB Variations
Color information
#2194D9 (or 0x2194D9) is known color: Summer Sky. HEX triplet: 21, 94 and D9. RGB value is (33,148,217). Sum of RGB (Red+Green+Blue) = 33+148+217=398 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.29% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 217 (85.16% from 255 or 54.52% from 398); Max value from RGB is 217 - color contains mainly: blue. Hex color #2194D9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2194D9 is #DE6B26. Grayscale: #797979. Windows color (decimal): -14576423 or 14259233. OLE color: 14259233.
HSL color Cylindrical-coordinate representation of color #2194D9: hue angle of 202.5º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2194D9 is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 148 | 217 | - |
| CMYK | 0.85 | 0.32 | 0 | 0.15 |
| HSL | 202.5º | 0.74% | 0.49% | - |
| HSV(B) | 202.5º | 0.85% | 0.85% | - |
| XYZ | 23.74 | 26.51 | 69.51 | - |
| YUV | 121.48 | 181.9 | 64.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 148 | 217 | 0.85 | 0.32 | 0 | 0.15 | 202.5 | 0.74 | 0.49 |
| Hex | 21 | 94 | D9 | 55 | 20 | 0 | F | CA | 4A | 31 |
| Octal | 41 | 224 | 331 | 125 | 40 | 0 | 17 | 312 | 112 | 61 |
| Binary | 100001 | 10010100 | 11011001 | 1010101 | 100000 | 0 | 1111 | 11001010 | 1001010 | 110001 |
Color Harmonies of #2194D9
Complementary color
Monochromatic Colors of #2194D9
Black with #2194D9
Text Example
Text Example
White with #2194D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2194D9; }
p { color: rgb(33,148,217); }
H1.HeaderClassName
{
color: #2194D9;
}
.AnyTagClassName
{
color: #2194D9;
}
</style>
background-color css
<style>
a { background-color: #2194D9; }
a { background-color: rgb(33,148,217); }
div.DivClassName
{
background-color: #2194D9;
}
.BgClassName
{
background-color: #2194D9;
}
</style>
border-color css
<style>
span { border-color: #2194D9; }
span { border-color: rgb(33,148,217); }
td.TdClassName
{
border-color: #2194D9;
}
.TagClassName
{
border-color: #2194D9;
}
</style>