Shades of Pelorous #209BBA
Tints of Pelorous #209BBA
RGB
CMYK
RGB Variations
Color information
#209BBA (or 0x209BBA) is known color: Pelorous. HEX triplet: 20, 9B and BA. RGB value is (32,155,186). Sum of RGB (Red+Green+Blue) = 32+155+186=373 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.58% from 373); Green value is 155 (60.94% from 255 or 41.55% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #209BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #209BBA is #DF6445. Grayscale: #797979. Windows color (decimal): -14640198 or 12229408. OLE color: 12229408.
HSL color Cylindrical-coordinate representation of color #209BBA: hue angle of 192.08º 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 #209BBA is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 155 | 186 | - |
| CMYK | 0.83 | 0.17 | 0 | 0.27 |
| HSL | 192.08º | 0.71% | 0.43% | - |
| HSV(B) | 192.08º | 0.83% | 0.73% | - |
| XYZ | 21.18 | 27.29 | 50.61 | - |
| YUV | 121.76 | 164.25 | 63.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 155 | 186 | 0.83 | 0.17 | 0 | 0.27 | 192.08 | 0.71 | 0.43 |
| Hex | 20 | 9B | BA | 53 | 11 | 0 | 1B | C0 | 47 | 2B |
| Octal | 40 | 233 | 272 | 123 | 21 | 0 | 33 | 300 | 107 | 53 |
| Binary | 100000 | 10011011 | 10111010 | 1010011 | 10001 | 0 | 11011 | 11000000 | 1000111 | 101011 |
Color Harmonies of #209BBA
Complementary color
Monochromatic Colors of #209BBA
Black with #209BBA
Text Example
Text Example
White with #209BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209BBA; }
p { color: rgb(32,155,186); }
H1.HeaderClassName
{
color: #209BBA;
}
.AnyTagClassName
{
color: #209BBA;
}
</style>
background-color css
<style>
a { background-color: #209BBA; }
a { background-color: rgb(32,155,186); }
div.DivClassName
{
background-color: #209BBA;
}
.BgClassName
{
background-color: #209BBA;
}
</style>
border-color css
<style>
span { border-color: #209BBA; }
span { border-color: rgb(32,155,186); }
td.TdClassName
{
border-color: #209BBA;
}
.TagClassName
{
border-color: #209BBA;
}
</style>