Shades of Summer Sky #219BD3
Tints of Summer Sky #219BD3
RGB
CMYK
RGB Variations
Color information
#219BD3 (or 0x219BD3) is known color: Summer Sky. HEX triplet: 21, 9B and D3. RGB value is (33,155,211). Sum of RGB (Red+Green+Blue) = 33+155+211=399 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.27% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 211 (82.81% from 255 or 52.88% from 399); Max value from RGB is 211 - color contains mainly: blue. Hex color #219BD3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219BD3 is #DE642C. Grayscale: #7C7C7C. Windows color (decimal): -14574637 or 13867809. OLE color: 13867809.
HSL color Cylindrical-coordinate representation of color #219BD3: hue angle of 198.88º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #219BD3 is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 155 | 211 | - |
| CMYK | 0.84 | 0.27 | 0 | 0.17 |
| HSL | 198.88º | 0.73% | 0.48% | - |
| HSV(B) | 198.88º | 0.84% | 0.83% | - |
| XYZ | 24.11 | 28.47 | 65.85 | - |
| YUV | 124.91 | 176.58 | 62.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 155 | 211 | 0.84 | 0.27 | 0 | 0.17 | 198.88 | 0.73 | 0.48 |
| Hex | 21 | 9B | D3 | 54 | 1B | 0 | 11 | C7 | 49 | 30 |
| Octal | 41 | 233 | 323 | 124 | 33 | 0 | 21 | 307 | 111 | 60 |
| Binary | 100001 | 10011011 | 11010011 | 1010100 | 11011 | 0 | 10001 | 11000111 | 1001001 | 110000 |
Color Harmonies of #219BD3
Complementary color
Monochromatic Colors of #219BD3
Black with #219BD3
Text Example
Text Example
White with #219BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219BD3; }
p { color: rgb(33,155,211); }
H1.HeaderClassName
{
color: #219BD3;
}
.AnyTagClassName
{
color: #219BD3;
}
</style>
background-color css
<style>
a { background-color: #219BD3; }
a { background-color: rgb(33,155,211); }
div.DivClassName
{
background-color: #219BD3;
}
.BgClassName
{
background-color: #219BD3;
}
</style>
border-color css
<style>
span { border-color: #219BD3; }
span { border-color: rgb(33,155,211); }
td.TdClassName
{
border-color: #219BD3;
}
.TagClassName
{
border-color: #219BD3;
}
</style>