Shades of Pelorous #209DBD
Tints of Pelorous #209DBD
RGB
CMYK
RGB Variations
Color information
#209DBD (or 0x209DBD) is known color: Pelorous. HEX triplet: 20, 9D and BD. RGB value is (32,157,189). Sum of RGB (Red+Green+Blue) = 32+157+189=378 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.47% from 378); Green value is 157 (61.72% from 255 or 41.53% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #209DBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #209DBD is #DF6242. Grayscale: #7B7B7B. Windows color (decimal): -14639683 or 12426528. OLE color: 12426528.
HSL color Cylindrical-coordinate representation of color #209DBD: hue angle of 192.23º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #209DBD is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 157 | 189 | - |
| CMYK | 0.83 | 0.17 | 0 | 0.26 |
| HSL | 192.23º | 0.71% | 0.43% | - |
| HSV(B) | 192.23º | 0.83% | 0.74% | - |
| XYZ | 21.84 | 28.1 | 52.42 | - |
| YUV | 123.27 | 165.09 | 62.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 157 | 189 | 0.83 | 0.17 | 0 | 0.26 | 192.23 | 0.71 | 0.43 |
| Hex | 20 | 9D | BD | 53 | 11 | 0 | 1A | C0 | 47 | 2B |
| Octal | 40 | 235 | 275 | 123 | 21 | 0 | 32 | 300 | 107 | 53 |
| Binary | 100000 | 10011101 | 10111101 | 1010011 | 10001 | 0 | 11010 | 11000000 | 1000111 | 101011 |
Color Harmonies of #209DBD
Complementary color
Monochromatic Colors of #209DBD
Black with #209DBD
Text Example
Text Example
White with #209DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209DBD; }
p { color: rgb(32,157,189); }
H1.HeaderClassName
{
color: #209DBD;
}
.AnyTagClassName
{
color: #209DBD;
}
</style>
background-color css
<style>
a { background-color: #209DBD; }
a { background-color: rgb(32,157,189); }
div.DivClassName
{
background-color: #209DBD;
}
.BgClassName
{
background-color: #209DBD;
}
</style>
border-color css
<style>
span { border-color: #209DBD; }
span { border-color: rgb(32,157,189); }
td.TdClassName
{
border-color: #209DBD;
}
.TagClassName
{
border-color: #209DBD;
}
</style>