Shades of Pelorous #208CAF
Tints of Pelorous #208CAF
RGB
CMYK
RGB Variations
Color information
#208CAF (or 0x208CAF) is known color: Pelorous. HEX triplet: 20, 8C and AF. RGB value is (32,140,175). Sum of RGB (Red+Green+Blue) = 32+140+175=347 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.22% from 347); Green value is 140 (55.08% from 255 or 40.35% from 347); Blue value is 175 (68.75% from 255 or 50.43% from 347); Max value from RGB is 175 - color contains mainly: blue. Hex color #208CAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208CAF is #DF7350. Grayscale: #6F6F6F. Windows color (decimal): -14644049 or 11504672. OLE color: 11504672.
HSL color Cylindrical-coordinate representation of color #208CAF: hue angle of 194.69º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #208CAF is Cyan = 0.82, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 140 | 175 | - |
| CMYK | 0.82 | 0.2 | 0 | 0.31 |
| HSL | 194.69º | 0.69% | 0.41% | - |
| HSV(B) | 194.69º | 0.82% | 0.69% | - |
| XYZ | 17.71 | 22.16 | 43.9 | - |
| YUV | 111.7 | 163.72 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 140 | 175 | 0.82 | 0.2 | 0 | 0.31 | 194.69 | 0.69 | 0.41 |
| Hex | 20 | 8C | AF | 52 | 14 | 0 | 1F | C3 | 45 | 29 |
| Octal | 40 | 214 | 257 | 122 | 24 | 0 | 37 | 303 | 105 | 51 |
| Binary | 100000 | 10001100 | 10101111 | 1010010 | 10100 | 0 | 11111 | 11000011 | 1000101 | 101001 |
Color Harmonies of #208CAF
Complementary color
Monochromatic Colors of #208CAF
Black with #208CAF
Text Example
Text Example
White with #208CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208CAF; }
p { color: rgb(32,140,175); }
H1.HeaderClassName
{
color: #208CAF;
}
.AnyTagClassName
{
color: #208CAF;
}
</style>
background-color css
<style>
a { background-color: #208CAF; }
a { background-color: rgb(32,140,175); }
div.DivClassName
{
background-color: #208CAF;
}
.BgClassName
{
background-color: #208CAF;
}
</style>
border-color css
<style>
span { border-color: #208CAF; }
span { border-color: rgb(32,140,175); }
td.TdClassName
{
border-color: #208CAF;
}
.TagClassName
{
border-color: #208CAF;
}
</style>