Shades of Pelorous #208ABC
Tints of Pelorous #208ABC
RGB
CMYK
RGB Variations
Color information
#208ABC (or 0x208ABC) is known color: Pelorous. HEX triplet: 20, 8A and BC. RGB value is (32,138,188). Sum of RGB (Red+Green+Blue) = 32+138+188=358 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.94% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #208ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208ABC is #DF7543. Grayscale: #6F6F6F. Windows color (decimal): -14644548 or 12356128. OLE color: 12356128.
HSL color Cylindrical-coordinate representation of color #208ABC: hue angle of 199.23º 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 #208ABC is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 138 | 188 | - |
| CMYK | 0.83 | 0.27 | 0 | 0.26 |
| HSL | 199.23º | 0.71% | 0.43% | - |
| HSV(B) | 199.23º | 0.83% | 0.74% | - |
| XYZ | 18.76 | 22.11 | 50.86 | - |
| YUV | 112.01 | 170.88 | 70.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 138 | 188 | 0.83 | 0.27 | 0 | 0.26 | 199.23 | 0.71 | 0.43 |
| Hex | 20 | 8A | BC | 53 | 1B | 0 | 1A | C7 | 47 | 2B |
| Octal | 40 | 212 | 274 | 123 | 33 | 0 | 32 | 307 | 107 | 53 |
| Binary | 100000 | 10001010 | 10111100 | 1010011 | 11011 | 0 | 11010 | 11000111 | 1000111 | 101011 |
Color Harmonies of #208ABC
Complementary color
Monochromatic Colors of #208ABC
Black with #208ABC
Text Example
Text Example
White with #208ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208ABC; }
p { color: rgb(32,138,188); }
H1.HeaderClassName
{
color: #208ABC;
}
.AnyTagClassName
{
color: #208ABC;
}
</style>
background-color css
<style>
a { background-color: #208ABC; }
a { background-color: rgb(32,138,188); }
div.DivClassName
{
background-color: #208ABC;
}
.BgClassName
{
background-color: #208ABC;
}
</style>
border-color css
<style>
span { border-color: #208ABC; }
span { border-color: rgb(32,138,188); }
td.TdClassName
{
border-color: #208ABC;
}
.TagClassName
{
border-color: #208ABC;
}
</style>