Shades of Pelorous #209DAA
Tints of Pelorous #209DAA
RGB
CMYK
RGB Variations
Color information
#209DAA (or 0x209DAA) is known color: Pelorous. HEX triplet: 20, 9D and AA. RGB value is (32,157,170). Sum of RGB (Red+Green+Blue) = 32+157+170=359 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.91% from 359); Green value is 157 (61.72% from 255 or 43.73% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 170 - color contains mainly: blue. Hex color #209DAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209DAA is #DF6255. Grayscale: #787878. Windows color (decimal): -14639702 or 11181344. OLE color: 11181344.
HSL color Cylindrical-coordinate representation of color #209DAA: hue angle of 185.65º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #209DAA is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 157 | 170 | - |
| CMYK | 0.81 | 0.08 | 0 | 0.33 |
| HSL | 185.65º | 0.68% | 0.4% | - |
| HSV(B) | 185.65º | 0.81% | 0.67% | - |
| XYZ | 19.91 | 27.32 | 42.25 | - |
| YUV | 121.11 | 155.59 | 64.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 157 | 170 | 0.81 | 0.08 | 0 | 0.33 | 185.65 | 0.68 | 0.4 |
| Hex | 20 | 9D | AA | 51 | 8 | 0 | 21 | BA | 44 | 28 |
| Octal | 40 | 235 | 252 | 121 | 10 | 0 | 41 | 272 | 104 | 50 |
| Binary | 100000 | 10011101 | 10101010 | 1010001 | 1000 | 0 | 100001 | 10111010 | 1000100 | 101000 |
Color Harmonies of #209DAA
Complementary color
Monochromatic Colors of #209DAA
Black with #209DAA
Text Example
Text Example
White with #209DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209DAA; }
p { color: rgb(32,157,170); }
H1.HeaderClassName
{
color: #209DAA;
}
.AnyTagClassName
{
color: #209DAA;
}
</style>
background-color css
<style>
a { background-color: #209DAA; }
a { background-color: rgb(32,157,170); }
div.DivClassName
{
background-color: #209DAA;
}
.BgClassName
{
background-color: #209DAA;
}
</style>
border-color css
<style>
span { border-color: #209DAA; }
span { border-color: rgb(32,157,170); }
td.TdClassName
{
border-color: #209DAA;
}
.TagClassName
{
border-color: #209DAA;
}
</style>