Shades of Pelorous #2097BA
Tints of Pelorous #2097BA
RGB
CMYK
RGB Variations
Color information
#2097BA (or 0x2097BA) is known color: Pelorous. HEX triplet: 20, 97 and BA. RGB value is (32,151,186). Sum of RGB (Red+Green+Blue) = 32+151+186=369 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.67% from 369); Green value is 151 (59.38% from 255 or 40.92% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #2097BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2097BA is #DF6845. Grayscale: #777777. Windows color (decimal): -14641222 or 12228384. OLE color: 12228384.
HSL color Cylindrical-coordinate representation of color #2097BA: hue angle of 193.64º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2097BA is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 151 | 186 | - |
| CMYK | 0.83 | 0.19 | 0 | 0.27 |
| HSL | 193.64º | 0.71% | 0.43% | - |
| HSV(B) | 193.64º | 0.83% | 0.73% | - |
| XYZ | 20.53 | 25.99 | 50.39 | - |
| YUV | 119.41 | 165.58 | 65.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 151 | 186 | 0.83 | 0.19 | 0 | 0.27 | 193.64 | 0.71 | 0.43 |
| Hex | 20 | 97 | BA | 53 | 13 | 0 | 1B | C2 | 47 | 2B |
| Octal | 40 | 227 | 272 | 123 | 23 | 0 | 33 | 302 | 107 | 53 |
| Binary | 100000 | 10010111 | 10111010 | 1010011 | 10011 | 0 | 11011 | 11000010 | 1000111 | 101011 |
Color Harmonies of #2097BA
Complementary color
Monochromatic Colors of #2097BA
Black with #2097BA
Text Example
Text Example
White with #2097BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2097BA; }
p { color: rgb(32,151,186); }
H1.HeaderClassName
{
color: #2097BA;
}
.AnyTagClassName
{
color: #2097BA;
}
</style>
background-color css
<style>
a { background-color: #2097BA; }
a { background-color: rgb(32,151,186); }
div.DivClassName
{
background-color: #2097BA;
}
.BgClassName
{
background-color: #2097BA;
}
</style>
border-color css
<style>
span { border-color: #2097BA; }
span { border-color: rgb(32,151,186); }
td.TdClassName
{
border-color: #2097BA;
}
.TagClassName
{
border-color: #2097BA;
}
</style>