Shades of Pelorous #209BC6
Tints of Pelorous #209BC6
RGB
CMYK
RGB Variations
Color information
#209BC6 (or 0x209BC6) is known color: Pelorous. HEX triplet: 20, 9B and C6. RGB value is (32,155,198). Sum of RGB (Red+Green+Blue) = 32+155+198=385 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.31% from 385); Green value is 155 (60.94% from 255 or 40.26% from 385); Blue value is 198 (77.73% from 255 or 51.43% from 385); Max value from RGB is 198 - color contains mainly: blue. Hex color #209BC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #209BC6 is #DF6439. Grayscale: #7A7A7A. Windows color (decimal): -14640186 or 13015840. OLE color: 13015840.
HSL color Cylindrical-coordinate representation of color #209BC6: hue angle of 195.54º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #209BC6 is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 155 | 198 | - |
| CMYK | 0.84 | 0.22 | 0 | 0.22 |
| HSL | 195.54º | 0.72% | 0.45% | - |
| HSV(B) | 195.54º | 0.84% | 0.78% | - |
| XYZ | 22.51 | 27.83 | 57.61 | - |
| YUV | 123.13 | 170.25 | 63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 155 | 198 | 0.84 | 0.22 | 0 | 0.22 | 195.54 | 0.72 | 0.45 |
| Hex | 20 | 9B | C6 | 54 | 16 | 0 | 16 | C4 | 48 | 2D |
| Octal | 40 | 233 | 306 | 124 | 26 | 0 | 26 | 304 | 110 | 55 |
| Binary | 100000 | 10011011 | 11000110 | 1010100 | 10110 | 0 | 10110 | 11000100 | 1001000 | 101101 |
Color Harmonies of #209BC6
Complementary color
Monochromatic Colors of #209BC6
Black with #209BC6
Text Example
Text Example
White with #209BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209BC6; }
p { color: rgb(32,155,198); }
H1.HeaderClassName
{
color: #209BC6;
}
.AnyTagClassName
{
color: #209BC6;
}
</style>
background-color css
<style>
a { background-color: #209BC6; }
a { background-color: rgb(32,155,198); }
div.DivClassName
{
background-color: #209BC6;
}
.BgClassName
{
background-color: #209BC6;
}
</style>
border-color css
<style>
span { border-color: #209BC6; }
span { border-color: rgb(32,155,198); }
td.TdClassName
{
border-color: #209BC6;
}
.TagClassName
{
border-color: #209BC6;
}
</style>