Shades of Pelorous #219DBC
Tints of Pelorous #219DBC
RGB
CMYK
RGB Variations
Color information
#219DBC (or 0x219DBC) is known color: Pelorous. HEX triplet: 21, 9D and BC. RGB value is (33,157,188). Sum of RGB (Red+Green+Blue) = 33+157+188=378 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.73% from 378); Green value is 157 (61.72% from 255 or 41.53% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #219DBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219DBC is #DE6243. Grayscale: #7B7B7B. Windows color (decimal): -14574148 or 12360993. OLE color: 12360993.
HSL color Cylindrical-coordinate representation of color #219DBC: hue angle of 192º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #219DBC is Cyan = 0.82, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 157 | 188 | - |
| CMYK | 0.82 | 0.16 | 0 | 0.26 |
| HSL | 192º | 0.7% | 0.43% | - |
| HSV(B) | 192º | 0.82% | 0.74% | - |
| XYZ | 21.76 | 28.07 | 51.85 | - |
| YUV | 123.46 | 164.42 | 63.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 157 | 188 | 0.82 | 0.16 | 0 | 0.26 | 192 | 0.7 | 0.43 |
| Hex | 21 | 9D | BC | 52 | 10 | 0 | 1A | C0 | 46 | 2B |
| Octal | 41 | 235 | 274 | 122 | 20 | 0 | 32 | 300 | 106 | 53 |
| Binary | 100001 | 10011101 | 10111100 | 1010010 | 10000 | 0 | 11010 | 11000000 | 1000110 | 101011 |
Color Harmonies of #219DBC
Complementary color
Monochromatic Colors of #219DBC
Black with #219DBC
Text Example
Text Example
White with #219DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219DBC; }
p { color: rgb(33,157,188); }
H1.HeaderClassName
{
color: #219DBC;
}
.AnyTagClassName
{
color: #219DBC;
}
</style>
background-color css
<style>
a { background-color: #219DBC; }
a { background-color: rgb(33,157,188); }
div.DivClassName
{
background-color: #219DBC;
}
.BgClassName
{
background-color: #219DBC;
}
</style>
border-color css
<style>
span { border-color: #219DBC; }
span { border-color: rgb(33,157,188); }
td.TdClassName
{
border-color: #219DBC;
}
.TagClassName
{
border-color: #219DBC;
}
</style>