Shades of Pelorous #2088B6
Tints of Pelorous #2088B6
RGB
CMYK
RGB Variations
Color information
#2088B6 (or 0x2088B6) is known color: Pelorous. HEX triplet: 20, 88 and B6. RGB value is (32,136,182). Sum of RGB (Red+Green+Blue) = 32+136+182=350 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.14% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 182 (71.48% from 255 or 52% from 350); Max value from RGB is 182 - color contains mainly: blue. Hex color #2088B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2088B6 is #DF7749. Grayscale: #6D6D6D. Windows color (decimal): -14645066 or 11962400. OLE color: 11962400.
HSL color Cylindrical-coordinate representation of color #2088B6: hue angle of 198.4º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2088B6 is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 136 | 182 | - |
| CMYK | 0.82 | 0.25 | 0 | 0.29 |
| HSL | 198.4º | 0.7% | 0.42% | - |
| HSV(B) | 198.4º | 0.82% | 0.71% | - |
| XYZ | 17.84 | 21.29 | 47.43 | - |
| YUV | 110.15 | 168.54 | 72.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 136 | 182 | 0.82 | 0.25 | 0 | 0.29 | 198.4 | 0.7 | 0.42 |
| Hex | 20 | 88 | B6 | 52 | 19 | 0 | 1D | C6 | 46 | 2A |
| Octal | 40 | 210 | 266 | 122 | 31 | 0 | 35 | 306 | 106 | 52 |
| Binary | 100000 | 10001000 | 10110110 | 1010010 | 11001 | 0 | 11101 | 11000110 | 1000110 | 101010 |
Color Harmonies of #2088B6
Complementary color
Monochromatic Colors of #2088B6
Black with #2088B6
Text Example
Text Example
White with #2088B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2088B6; }
p { color: rgb(32,136,182); }
H1.HeaderClassName
{
color: #2088B6;
}
.AnyTagClassName
{
color: #2088B6;
}
</style>
background-color css
<style>
a { background-color: #2088B6; }
a { background-color: rgb(32,136,182); }
div.DivClassName
{
background-color: #2088B6;
}
.BgClassName
{
background-color: #2088B6;
}
</style>
border-color css
<style>
span { border-color: #2088B6; }
span { border-color: rgb(32,136,182); }
td.TdClassName
{
border-color: #2088B6;
}
.TagClassName
{
border-color: #2088B6;
}
</style>