Shades of Pelorous #208BBD
Tints of Pelorous #208BBD
RGB
CMYK
RGB Variations
Color information
#208BBD (or 0x208BBD) is known color: Pelorous. HEX triplet: 20, 8B and BD. RGB value is (32,139,189). Sum of RGB (Red+Green+Blue) = 32+139+189=360 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.89% from 360); Green value is 139 (54.69% from 255 or 38.61% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #208BBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208BBD is #DF7442. Grayscale: #707070. Windows color (decimal): -14644291 or 12421920. OLE color: 12421920.
HSL color Cylindrical-coordinate representation of color #208BBD: hue angle of 199.11º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #208BBD is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 139 | 189 | - |
| CMYK | 0.83 | 0.26 | 0 | 0.26 |
| HSL | 199.11º | 0.71% | 0.43% | - |
| HSV(B) | 199.11º | 0.83% | 0.74% | - |
| XYZ | 19.01 | 22.45 | 51.47 | - |
| YUV | 112.71 | 171.05 | 70.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 139 | 189 | 0.83 | 0.26 | 0 | 0.26 | 199.11 | 0.71 | 0.43 |
| Hex | 20 | 8B | BD | 53 | 1A | 0 | 1A | C7 | 47 | 2B |
| Octal | 40 | 213 | 275 | 123 | 32 | 0 | 32 | 307 | 107 | 53 |
| Binary | 100000 | 10001011 | 10111101 | 1010011 | 11010 | 0 | 11010 | 11000111 | 1000111 | 101011 |
Color Harmonies of #208BBD
Complementary color
Monochromatic Colors of #208BBD
Black with #208BBD
Text Example
Text Example
White with #208BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208BBD; }
p { color: rgb(32,139,189); }
H1.HeaderClassName
{
color: #208BBD;
}
.AnyTagClassName
{
color: #208BBD;
}
</style>
background-color css
<style>
a { background-color: #208BBD; }
a { background-color: rgb(32,139,189); }
div.DivClassName
{
background-color: #208BBD;
}
.BgClassName
{
background-color: #208BBD;
}
</style>
border-color css
<style>
span { border-color: #208BBD; }
span { border-color: rgb(32,139,189); }
td.TdClassName
{
border-color: #208BBD;
}
.TagClassName
{
border-color: #208BBD;
}
</style>