Shades of Pelorous #208CBE
Tints of Pelorous #208CBE
RGB
CMYK
RGB Variations
Color information
#208CBE (or 0x208CBE) is known color: Pelorous. HEX triplet: 20, 8C and BE. RGB value is (32,140,190). Sum of RGB (Red+Green+Blue) = 32+140+190=362 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.84% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #208CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208CBE is #DF7341. Grayscale: #717171. Windows color (decimal): -14644034 or 12487712. OLE color: 12487712.
HSL color Cylindrical-coordinate representation of color #208CBE: hue angle of 198.99º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #208CBE is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 140 | 190 | - |
| CMYK | 0.83 | 0.26 | 0 | 0.25 |
| HSL | 198.99º | 0.71% | 0.44% | - |
| HSV(B) | 198.99º | 0.83% | 0.75% | - |
| XYZ | 19.27 | 22.78 | 52.1 | - |
| YUV | 113.41 | 171.22 | 69.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 140 | 190 | 0.83 | 0.26 | 0 | 0.25 | 198.99 | 0.71 | 0.44 |
| Hex | 20 | 8C | BE | 53 | 1A | 0 | 19 | C7 | 47 | 2C |
| Octal | 40 | 214 | 276 | 123 | 32 | 0 | 31 | 307 | 107 | 54 |
| Binary | 100000 | 10001100 | 10111110 | 1010011 | 11010 | 0 | 11001 | 11000111 | 1000111 | 101100 |
Color Harmonies of #208CBE
Complementary color
Monochromatic Colors of #208CBE
Black with #208CBE
Text Example
Text Example
White with #208CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208CBE; }
p { color: rgb(32,140,190); }
H1.HeaderClassName
{
color: #208CBE;
}
.AnyTagClassName
{
color: #208CBE;
}
</style>
background-color css
<style>
a { background-color: #208CBE; }
a { background-color: rgb(32,140,190); }
div.DivClassName
{
background-color: #208CBE;
}
.BgClassName
{
background-color: #208CBE;
}
</style>
border-color css
<style>
span { border-color: #208CBE; }
span { border-color: rgb(32,140,190); }
td.TdClassName
{
border-color: #208CBE;
}
.TagClassName
{
border-color: #208CBE;
}
</style>