Shades of Pelorous #2097BB
Tints of Pelorous #2097BB
RGB
CMYK
RGB Variations
Color information
#2097BB (or 0x2097BB) is known color: Pelorous. HEX triplet: 20, 97 and BB. RGB value is (32,151,187). Sum of RGB (Red+Green+Blue) = 32+151+187=370 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.65% from 370); Green value is 151 (59.38% from 255 or 40.81% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #2097BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2097BB is #DF6844. Grayscale: #777777. Windows color (decimal): -14641221 or 12293920. OLE color: 12293920.
HSL color Cylindrical-coordinate representation of color #2097BB: hue angle of 193.94º 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 #2097BB is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 151 | 187 | - |
| CMYK | 0.83 | 0.19 | 0 | 0.27 |
| HSL | 193.94º | 0.71% | 0.43% | - |
| HSV(B) | 193.94º | 0.83% | 0.73% | - |
| XYZ | 20.63 | 26.03 | 50.95 | - |
| YUV | 119.52 | 166.08 | 65.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 151 | 187 | 0.83 | 0.19 | 0 | 0.27 | 193.94 | 0.71 | 0.43 |
| Hex | 20 | 97 | BB | 53 | 13 | 0 | 1B | C2 | 47 | 2B |
| Octal | 40 | 227 | 273 | 123 | 23 | 0 | 33 | 302 | 107 | 53 |
| Binary | 100000 | 10010111 | 10111011 | 1010011 | 10011 | 0 | 11011 | 11000010 | 1000111 | 101011 |
Color Harmonies of #2097BB
Complementary color
Monochromatic Colors of #2097BB
Black with #2097BB
Text Example
Text Example
White with #2097BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2097BB; }
p { color: rgb(32,151,187); }
H1.HeaderClassName
{
color: #2097BB;
}
.AnyTagClassName
{
color: #2097BB;
}
</style>
background-color css
<style>
a { background-color: #2097BB; }
a { background-color: rgb(32,151,187); }
div.DivClassName
{
background-color: #2097BB;
}
.BgClassName
{
background-color: #2097BB;
}
</style>
border-color css
<style>
span { border-color: #2097BB; }
span { border-color: rgb(32,151,187); }
td.TdClassName
{
border-color: #2097BB;
}
.TagClassName
{
border-color: #2097BB;
}
</style>