Shades of Pelorous #219DB9
Tints of Pelorous #219DB9
RGB
CMYK
RGB Variations
Color information
#219DB9 (or 0x219DB9) is known color: Pelorous. HEX triplet: 21, 9D and B9. RGB value is (33,157,185). Sum of RGB (Red+Green+Blue) = 33+157+185=375 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.8% from 375); Green value is 157 (61.72% from 255 or 41.87% from 375); Blue value is 185 (72.66% from 255 or 49.33% from 375); Max value from RGB is 185 - color contains mainly: blue. Hex color #219DB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219DB9 is #DE6246. Grayscale: #7A7A7A. Windows color (decimal): -14574151 or 12164385. OLE color: 12164385.
HSL color Cylindrical-coordinate representation of color #219DB9: hue angle of 191.05º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #219DB9 is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 157 | 185 | - |
| CMYK | 0.82 | 0.15 | 0 | 0.27 |
| HSL | 191.05º | 0.7% | 0.43% | - |
| HSV(B) | 191.05º | 0.82% | 0.73% | - |
| XYZ | 21.44 | 27.94 | 50.16 | - |
| YUV | 123.12 | 162.92 | 63.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 157 | 185 | 0.82 | 0.15 | 0 | 0.27 | 191.05 | 0.7 | 0.43 |
| Hex | 21 | 9D | B9 | 52 | F | 0 | 1B | BF | 46 | 2B |
| Octal | 41 | 235 | 271 | 122 | 17 | 0 | 33 | 277 | 106 | 53 |
| Binary | 100001 | 10011101 | 10111001 | 1010010 | 1111 | 0 | 11011 | 10111111 | 1000110 | 101011 |
Color Harmonies of #219DB9
Complementary color
Monochromatic Colors of #219DB9
Black with #219DB9
Text Example
Text Example
White with #219DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219DB9; }
p { color: rgb(33,157,185); }
H1.HeaderClassName
{
color: #219DB9;
}
.AnyTagClassName
{
color: #219DB9;
}
</style>
background-color css
<style>
a { background-color: #219DB9; }
a { background-color: rgb(33,157,185); }
div.DivClassName
{
background-color: #219DB9;
}
.BgClassName
{
background-color: #219DB9;
}
</style>
border-color css
<style>
span { border-color: #219DB9; }
span { border-color: rgb(33,157,185); }
td.TdClassName
{
border-color: #219DB9;
}
.TagClassName
{
border-color: #219DB9;
}
</style>