Shades of Summer Sky #219DD2
Tints of Summer Sky #219DD2
RGB
CMYK
RGB Variations
Color information
#219DD2 (or 0x219DD2) is known color: Summer Sky. HEX triplet: 21, 9D and D2. RGB value is (33,157,210). Sum of RGB (Red+Green+Blue) = 33+157+210=400 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.25% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 210 (82.42% from 255 or 52.5% from 400); Max value from RGB is 210 - color contains mainly: blue. Hex color #219DD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219DD2 is #DE622D. Grayscale: #7D7D7D. Windows color (decimal): -14574126 or 13802785. OLE color: 13802785.
HSL color Cylindrical-coordinate representation of color #219DD2: hue angle of 197.97º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #219DD2 is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 157 | 210 | - |
| CMYK | 0.84 | 0.25 | 0 | 0.18 |
| HSL | 197.97º | 0.73% | 0.48% | - |
| HSV(B) | 197.97º | 0.84% | 0.82% | - |
| XYZ | 24.32 | 29.09 | 65.31 | - |
| YUV | 125.97 | 175.42 | 61.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 157 | 210 | 0.84 | 0.25 | 0 | 0.18 | 197.97 | 0.73 | 0.48 |
| Hex | 21 | 9D | D2 | 54 | 19 | 0 | 12 | C6 | 49 | 30 |
| Octal | 41 | 235 | 322 | 124 | 31 | 0 | 22 | 306 | 111 | 60 |
| Binary | 100001 | 10011101 | 11010010 | 1010100 | 11001 | 0 | 10010 | 11000110 | 1001001 | 110000 |
Color Harmonies of #219DD2
Complementary color
Monochromatic Colors of #219DD2
Black with #219DD2
Text Example
Text Example
White with #219DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219DD2; }
p { color: rgb(33,157,210); }
H1.HeaderClassName
{
color: #219DD2;
}
.AnyTagClassName
{
color: #219DD2;
}
</style>
background-color css
<style>
a { background-color: #219DD2; }
a { background-color: rgb(33,157,210); }
div.DivClassName
{
background-color: #219DD2;
}
.BgClassName
{
background-color: #219DD2;
}
</style>
border-color css
<style>
span { border-color: #219DD2; }
span { border-color: rgb(33,157,210); }
td.TdClassName
{
border-color: #219DD2;
}
.TagClassName
{
border-color: #219DD2;
}
</style>