Shades of Pelorous #209CBA
Tints of Pelorous #209CBA
RGB
CMYK
RGB Variations
Color information
#209CBA (or 0x209CBA) is known color: Pelorous. HEX triplet: 20, 9C and BA. RGB value is (32,156,186). Sum of RGB (Red+Green+Blue) = 32+156+186=374 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.56% from 374); Green value is 156 (61.33% from 255 or 41.71% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #209CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #209CBA is #DF6345. Grayscale: #7A7A7A. Windows color (decimal): -14639942 or 12229664. OLE color: 12229664.
HSL color Cylindrical-coordinate representation of color #209CBA: hue angle of 191.69º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #209CBA is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 156 | 186 | - |
| CMYK | 0.83 | 0.16 | 0 | 0.27 |
| HSL | 191.69º | 0.71% | 0.43% | - |
| HSV(B) | 191.69º | 0.83% | 0.73% | - |
| XYZ | 21.35 | 27.63 | 50.66 | - |
| YUV | 122.34 | 163.92 | 63.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 156 | 186 | 0.83 | 0.16 | 0 | 0.27 | 191.69 | 0.71 | 0.43 |
| Hex | 20 | 9C | BA | 53 | 10 | 0 | 1B | C0 | 47 | 2B |
| Octal | 40 | 234 | 272 | 123 | 20 | 0 | 33 | 300 | 107 | 53 |
| Binary | 100000 | 10011100 | 10111010 | 1010011 | 10000 | 0 | 11011 | 11000000 | 1000111 | 101011 |
Color Harmonies of #209CBA
Complementary color
Monochromatic Colors of #209CBA
Black with #209CBA
Text Example
Text Example
White with #209CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209CBA; }
p { color: rgb(32,156,186); }
H1.HeaderClassName
{
color: #209CBA;
}
.AnyTagClassName
{
color: #209CBA;
}
</style>
background-color css
<style>
a { background-color: #209CBA; }
a { background-color: rgb(32,156,186); }
div.DivClassName
{
background-color: #209CBA;
}
.BgClassName
{
background-color: #209CBA;
}
</style>
border-color css
<style>
span { border-color: #209CBA; }
span { border-color: rgb(32,156,186); }
td.TdClassName
{
border-color: #209CBA;
}
.TagClassName
{
border-color: #209CBA;
}
</style>