Shades of Pelorous #209DB5
Tints of Pelorous #209DB5
RGB
CMYK
RGB Variations
Color information
#209DB5 (or 0x209DB5) is known color: Pelorous. HEX triplet: 20, 9D and B5. RGB value is (32,157,181). Sum of RGB (Red+Green+Blue) = 32+157+181=370 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.65% from 370); Green value is 157 (61.72% from 255 or 42.43% from 370); Blue value is 181 (71.09% from 255 or 48.92% from 370); Max value from RGB is 181 - color contains mainly: blue. Hex color #209DB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #209DB5 is #DF624A. Grayscale: #7A7A7A. Windows color (decimal): -14639691 or 11902240. OLE color: 11902240.
HSL color Cylindrical-coordinate representation of color #209DB5: hue angle of 189.66º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #209DB5 is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 157 | 181 | - |
| CMYK | 0.82 | 0.13 | 0 | 0.29 |
| HSL | 189.66º | 0.7% | 0.42% | - |
| HSV(B) | 189.66º | 0.82% | 0.71% | - |
| XYZ | 20.99 | 27.76 | 47.97 | - |
| YUV | 122.36 | 161.09 | 63.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 157 | 181 | 0.82 | 0.13 | 0 | 0.29 | 189.66 | 0.7 | 0.42 |
| Hex | 20 | 9D | B5 | 52 | D | 0 | 1D | BE | 46 | 2A |
| Octal | 40 | 235 | 265 | 122 | 15 | 0 | 35 | 276 | 106 | 52 |
| Binary | 100000 | 10011101 | 10110101 | 1010010 | 1101 | 0 | 11101 | 10111110 | 1000110 | 101010 |
Color Harmonies of #209DB5
Complementary color
Monochromatic Colors of #209DB5
Black with #209DB5
Text Example
Text Example
White with #209DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209DB5; }
p { color: rgb(32,157,181); }
H1.HeaderClassName
{
color: #209DB5;
}
.AnyTagClassName
{
color: #209DB5;
}
</style>
background-color css
<style>
a { background-color: #209DB5; }
a { background-color: rgb(32,157,181); }
div.DivClassName
{
background-color: #209DB5;
}
.BgClassName
{
background-color: #209DB5;
}
</style>
border-color css
<style>
span { border-color: #209DB5; }
span { border-color: rgb(32,157,181); }
td.TdClassName
{
border-color: #209DB5;
}
.TagClassName
{
border-color: #209DB5;
}
</style>