Shades of Summer Sky #219AD8
Tints of Summer Sky #219AD8
RGB
CMYK
RGB Variations
Color information
#219AD8 (or 0x219AD8) is known color: Summer Sky. HEX triplet: 21, 9A and D8. RGB value is (33,154,216). Sum of RGB (Red+Green+Blue) = 33+154+216=403 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.19% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 216 (84.77% from 255 or 53.60% from 403); Max value from RGB is 216 - color contains mainly: blue. Hex color #219AD8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219AD8 is #DE6527. Grayscale: #7C7C7C. Windows color (decimal): -14574888 or 14195233. OLE color: 14195233.
HSL color Cylindrical-coordinate representation of color #219AD8: hue angle of 200.33º degrees, saturation: 0.73, 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 #219AD8 is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 154 | 216 | - |
| CMYK | 0.85 | 0.29 | 0 | 0.15 |
| HSL | 200.33º | 0.73% | 0.49% | - |
| HSV(B) | 200.33º | 0.85% | 0.85% | - |
| XYZ | 24.58 | 28.39 | 69.15 | - |
| YUV | 124.89 | 179.41 | 62.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 154 | 216 | 0.85 | 0.29 | 0 | 0.15 | 200.33 | 0.73 | 0.49 |
| Hex | 21 | 9A | D8 | 55 | 1D | 0 | F | C8 | 49 | 31 |
| Octal | 41 | 232 | 330 | 125 | 35 | 0 | 17 | 310 | 111 | 61 |
| Binary | 100001 | 10011010 | 11011000 | 1010101 | 11101 | 0 | 1111 | 11001000 | 1001001 | 110001 |
Color Harmonies of #219AD8
Complementary color
Monochromatic Colors of #219AD8
Black with #219AD8
Text Example
Text Example
White with #219AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219AD8; }
p { color: rgb(33,154,216); }
H1.HeaderClassName
{
color: #219AD8;
}
.AnyTagClassName
{
color: #219AD8;
}
</style>
background-color css
<style>
a { background-color: #219AD8; }
a { background-color: rgb(33,154,216); }
div.DivClassName
{
background-color: #219AD8;
}
.BgClassName
{
background-color: #219AD8;
}
</style>
border-color css
<style>
span { border-color: #219AD8; }
span { border-color: rgb(33,154,216); }
td.TdClassName
{
border-color: #219AD8;
}
.TagClassName
{
border-color: #219AD8;
}
</style>