Shades of Summer Sky #2199DA
Tints of Summer Sky #2199DA
RGB
CMYK
RGB Variations
Color information
#2199DA (or 0x2199DA) is known color: Summer Sky. HEX triplet: 21, 99 and DA. RGB value is (33,153,218). Sum of RGB (Red+Green+Blue) = 33+153+218=404 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.17% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 218 (85.55% from 255 or 53.96% from 404); Max value from RGB is 218 - color contains mainly: blue. Hex color #2199DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2199DA is #DE6625. Grayscale: #7C7C7C. Windows color (decimal): -14575142 or 14326049. OLE color: 14326049.
HSL color Cylindrical-coordinate representation of color #2199DA: hue angle of 201.08º 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 #2199DA is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 153 | 218 | - |
| CMYK | 0.85 | 0.30 | 0 | 0.15 |
| HSL | 201.08º | 0.74% | 0.49% | - |
| HSV(B) | 201.08º | 0.85% | 0.85% | - |
| XYZ | 24.67 | 28.17 | 70.47 | - |
| YUV | 124.53 | 180.74 | 62.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 153 | 218 | 0.85 | 0.30 | 0 | 0.15 | 201.08 | 0.74 | 0.49 |
| Hex | 21 | 99 | DA | 55 | 1E | 0 | F | C9 | 4A | 31 |
| Octal | 41 | 231 | 332 | 125 | 36 | 0 | 17 | 311 | 112 | 61 |
| Binary | 100001 | 10011001 | 11011010 | 1010101 | 11110 | 0 | 1111 | 11001001 | 1001010 | 110001 |
Color Harmonies of #2199DA
Complementary color
Monochromatic Colors of #2199DA
Black with #2199DA
Text Example
Text Example
White with #2199DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2199DA; }
p { color: rgb(33,153,218); }
H1.HeaderClassName
{
color: #2199DA;
}
.AnyTagClassName
{
color: #2199DA;
}
</style>
background-color css
<style>
a { background-color: #2199DA; }
a { background-color: rgb(33,153,218); }
div.DivClassName
{
background-color: #2199DA;
}
.BgClassName
{
background-color: #2199DA;
}
</style>
border-color css
<style>
span { border-color: #2199DA; }
span { border-color: rgb(33,153,218); }
td.TdClassName
{
border-color: #2199DA;
}
.TagClassName
{
border-color: #2199DA;
}
</style>