Shades of Pelorous #209BAD
Tints of Pelorous #209BAD
RGB
CMYK
RGB Variations
Color information
#209BAD (or 0x209BAD) is known color: Pelorous. HEX triplet: 20, 9B and AD. RGB value is (32,155,173). Sum of RGB (Red+Green+Blue) = 32+155+173=360 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.89% from 360); Green value is 155 (60.94% from 255 or 43.06% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #209BAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209BAD is #DF6452. Grayscale: #787878. Windows color (decimal): -14640211 or 11377440. OLE color: 11377440.
HSL color Cylindrical-coordinate representation of color #209BAD: hue angle of 187.66º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #209BAD is Cyan = 0.82, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 155 | 173 | - |
| CMYK | 0.82 | 0.10 | 0 | 0.32 |
| HSL | 187.66º | 0.69% | 0.4% | - |
| HSV(B) | 187.66º | 0.82% | 0.68% | - |
| XYZ | 19.86 | 26.77 | 43.65 | - |
| YUV | 120.28 | 157.75 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 155 | 173 | 0.82 | 0.10 | 0 | 0.32 | 187.66 | 0.69 | 0.4 |
| Hex | 20 | 9B | AD | 52 | A | 0 | 20 | BC | 45 | 28 |
| Octal | 40 | 233 | 255 | 122 | 12 | 0 | 40 | 274 | 105 | 50 |
| Binary | 100000 | 10011011 | 10101101 | 1010010 | 1010 | 0 | 100000 | 10111100 | 1000101 | 101000 |
Color Harmonies of #209BAD
Complementary color
Monochromatic Colors of #209BAD
Black with #209BAD
Text Example
Text Example
White with #209BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209BAD; }
p { color: rgb(32,155,173); }
H1.HeaderClassName
{
color: #209BAD;
}
.AnyTagClassName
{
color: #209BAD;
}
</style>
background-color css
<style>
a { background-color: #209BAD; }
a { background-color: rgb(32,155,173); }
div.DivClassName
{
background-color: #209BAD;
}
.BgClassName
{
background-color: #209BAD;
}
</style>
border-color css
<style>
span { border-color: #209BAD; }
span { border-color: rgb(32,155,173); }
td.TdClassName
{
border-color: #209BAD;
}
.TagClassName
{
border-color: #209BAD;
}
</style>