Shades of Pelorous #208AAD
Tints of Pelorous #208AAD
RGB
CMYK
RGB Variations
Color information
#208AAD (or 0x208AAD) is known color: Pelorous. HEX triplet: 20, 8A and AD. RGB value is (32,138,173). Sum of RGB (Red+Green+Blue) = 32+138+173=343 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.33% from 343); Green value is 138 (54.30% from 255 or 40.23% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #208AAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208AAD is #DF7552. Grayscale: #6E6E6E. Windows color (decimal): -14644563 or 11373088. OLE color: 11373088.
HSL color Cylindrical-coordinate representation of color #208AAD: hue angle of 194.89º 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 #208AAD is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 138 | 173 | - |
| CMYK | 0.82 | 0.20 | 0 | 0.32 |
| HSL | 194.89º | 0.69% | 0.4% | - |
| HSV(B) | 194.89º | 0.82% | 0.68% | - |
| XYZ | 17.23 | 21.5 | 42.78 | - |
| YUV | 110.3 | 163.38 | 72.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 138 | 173 | 0.82 | 0.20 | 0 | 0.32 | 194.89 | 0.69 | 0.4 |
| Hex | 20 | 8A | AD | 52 | 14 | 0 | 20 | C3 | 45 | 28 |
| Octal | 40 | 212 | 255 | 122 | 24 | 0 | 40 | 303 | 105 | 50 |
| Binary | 100000 | 10001010 | 10101101 | 1010010 | 10100 | 0 | 100000 | 11000011 | 1000101 | 101000 |
Color Harmonies of #208AAD
Complementary color
Monochromatic Colors of #208AAD
Black with #208AAD
Text Example
Text Example
White with #208AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208AAD; }
p { color: rgb(32,138,173); }
H1.HeaderClassName
{
color: #208AAD;
}
.AnyTagClassName
{
color: #208AAD;
}
</style>
background-color css
<style>
a { background-color: #208AAD; }
a { background-color: rgb(32,138,173); }
div.DivClassName
{
background-color: #208AAD;
}
.BgClassName
{
background-color: #208AAD;
}
</style>
border-color css
<style>
span { border-color: #208AAD; }
span { border-color: rgb(32,138,173); }
td.TdClassName
{
border-color: #208AAD;
}
.TagClassName
{
border-color: #208AAD;
}
</style>