Shades of Pelorous #209AB7
Tints of Pelorous #209AB7
RGB
CMYK
RGB Variations
Color information
#209AB7 (or 0x209AB7) is known color: Pelorous. HEX triplet: 20, 9A and B7. RGB value is (32,154,183). Sum of RGB (Red+Green+Blue) = 32+154+183=369 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.67% from 369); Green value is 154 (60.55% from 255 or 41.73% from 369); Blue value is 183 (71.88% from 255 or 49.59% from 369); Max value from RGB is 183 - color contains mainly: blue. Hex color #209AB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #209AB7 is #DF6548. Grayscale: #787878. Windows color (decimal): -14640457 or 12032544. OLE color: 12032544.
HSL color Cylindrical-coordinate representation of color #209AB7: hue angle of 191.52º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #209AB7 is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 32 | 154 | 183 | - |
| CMYK | 0.83 | 0.16 | 0 | 0.28 |
| HSL | 191.52º | 0.7% | 0.42% | - |
| HSV(B) | 191.52º | 0.83% | 0.72% | - |
| XYZ | 20.7 | 26.84 | 48.89 | - |
| YUV | 120.83 | 163.08 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 154 | 183 | 0.83 | 0.16 | 0 | 0.28 | 191.52 | 0.7 | 0.42 |
| Hex | 20 | 9A | B7 | 53 | 10 | 0 | 1C | C0 | 46 | 2A |
| Octal | 40 | 232 | 267 | 123 | 20 | 0 | 34 | 300 | 106 | 52 |
| Binary | 100000 | 10011010 | 10110111 | 1010011 | 10000 | 0 | 11100 | 11000000 | 1000110 | 101010 |
Color Harmonies of #209AB7
Complementary color
Monochromatic Colors of #209AB7
Black with #209AB7
Text Example
Text Example
White with #209AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209AB7; }
p { color: rgb(32,154,183); }
H1.HeaderClassName
{
color: #209AB7;
}
.AnyTagClassName
{
color: #209AB7;
}
</style>
background-color css
<style>
a { background-color: #209AB7; }
a { background-color: rgb(32,154,183); }
div.DivClassName
{
background-color: #209AB7;
}
.BgClassName
{
background-color: #209AB7;
}
</style>
border-color css
<style>
span { border-color: #209AB7; }
span { border-color: rgb(32,154,183); }
td.TdClassName
{
border-color: #209AB7;
}
.TagClassName
{
border-color: #209AB7;
}
</style>