Shades of Pelorous #209BBB
Tints of Pelorous #209BBB
RGB
CMYK
RGB Variations
Color information
#209BBB (or 0x209BBB) is known color: Pelorous. HEX triplet: 20, 9B and BB. RGB value is (32,155,187). Sum of RGB (Red+Green+Blue) = 32+155+187=374 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.56% from 374); Green value is 155 (60.94% from 255 or 41.44% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #209BBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #209BBB is #DF6444. Grayscale: #797979. Windows color (decimal): -14640197 or 12294944. OLE color: 12294944.
HSL color Cylindrical-coordinate representation of color #209BBB: hue angle of 192.39º 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 #209BBB is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 155 | 187 | - |
| CMYK | 0.83 | 0.17 | 0 | 0.27 |
| HSL | 192.39º | 0.71% | 0.43% | - |
| HSV(B) | 192.39º | 0.83% | 0.73% | - |
| XYZ | 21.29 | 27.34 | 51.17 | - |
| YUV | 121.87 | 164.75 | 63.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 155 | 187 | 0.83 | 0.17 | 0 | 0.27 | 192.39 | 0.71 | 0.43 |
| Hex | 20 | 9B | BB | 53 | 11 | 0 | 1B | C0 | 47 | 2B |
| Octal | 40 | 233 | 273 | 123 | 21 | 0 | 33 | 300 | 107 | 53 |
| Binary | 100000 | 10011011 | 10111011 | 1010011 | 10001 | 0 | 11011 | 11000000 | 1000111 | 101011 |
Color Harmonies of #209BBB
Complementary color
Monochromatic Colors of #209BBB
Black with #209BBB
Text Example
Text Example
White with #209BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209BBB; }
p { color: rgb(32,155,187); }
H1.HeaderClassName
{
color: #209BBB;
}
.AnyTagClassName
{
color: #209BBB;
}
</style>
background-color css
<style>
a { background-color: #209BBB; }
a { background-color: rgb(32,155,187); }
div.DivClassName
{
background-color: #209BBB;
}
.BgClassName
{
background-color: #209BBB;
}
</style>
border-color css
<style>
span { border-color: #209BBB; }
span { border-color: rgb(32,155,187); }
td.TdClassName
{
border-color: #209BBB;
}
.TagClassName
{
border-color: #209BBB;
}
</style>