Shades of Pelorous #208ACB
Tints of Pelorous #208ACB
RGB
CMYK
RGB Variations
Color information
#208ACB (or 0x208ACB) is known color: Pelorous. HEX triplet: 20, 8A and CB. RGB value is (32,138,203). Sum of RGB (Red+Green+Blue) = 32+138+203=373 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.58% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #208ACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208ACB is #DF7534. Grayscale: #717171. Windows color (decimal): -14644533 or 13339168. OLE color: 13339168.
HSL color Cylindrical-coordinate representation of color #208ACB: hue angle of 202.81º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #208ACB is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 138 | 203 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.20 |
| HSL | 202.81º | 0.73% | 0.46% | - |
| HSV(B) | 202.81º | 0.84% | 0.8% | - |
| XYZ | 20.46 | 22.8 | 59.82 | - |
| YUV | 113.72 | 178.38 | 69.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 138 | 203 | 0.84 | 0.32 | 0 | 0.20 | 202.81 | 0.73 | 0.46 |
| Hex | 20 | 8A | CB | 54 | 20 | 0 | 14 | CB | 49 | 2E |
| Octal | 40 | 212 | 313 | 124 | 40 | 0 | 24 | 313 | 111 | 56 |
| Binary | 100000 | 10001010 | 11001011 | 1010100 | 100000 | 0 | 10100 | 11001011 | 1001001 | 101110 |
Color Harmonies of #208ACB
Complementary color
Monochromatic Colors of #208ACB
Black with #208ACB
Text Example
Text Example
White with #208ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208ACB; }
p { color: rgb(32,138,203); }
H1.HeaderClassName
{
color: #208ACB;
}
.AnyTagClassName
{
color: #208ACB;
}
</style>
background-color css
<style>
a { background-color: #208ACB; }
a { background-color: rgb(32,138,203); }
div.DivClassName
{
background-color: #208ACB;
}
.BgClassName
{
background-color: #208ACB;
}
</style>
border-color css
<style>
span { border-color: #208ACB; }
span { border-color: rgb(32,138,203); }
td.TdClassName
{
border-color: #208ACB;
}
.TagClassName
{
border-color: #208ACB;
}
</style>