Shades of Pelorous #2099BB
Tints of Pelorous #2099BB
RGB
CMYK
RGB Variations
Color information
#2099BB (or 0x2099BB) is known color: Pelorous. HEX triplet: 20, 99 and BB. RGB value is (32,153,187). Sum of RGB (Red+Green+Blue) = 32+153+187=372 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.60% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #2099BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2099BB is #DF6644. Grayscale: #787878. Windows color (decimal): -14640709 or 12294432. OLE color: 12294432.
HSL color Cylindrical-coordinate representation of color #2099BB: hue angle of 193.16º 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 #2099BB is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 153 | 187 | - |
| CMYK | 0.83 | 0.18 | 0 | 0.27 |
| HSL | 193.16º | 0.71% | 0.43% | - |
| HSV(B) | 193.16º | 0.83% | 0.73% | - |
| XYZ | 20.96 | 26.68 | 51.06 | - |
| YUV | 120.7 | 165.41 | 64.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 153 | 187 | 0.83 | 0.18 | 0 | 0.27 | 193.16 | 0.71 | 0.43 |
| Hex | 20 | 99 | BB | 53 | 12 | 0 | 1B | C1 | 47 | 2B |
| Octal | 40 | 231 | 273 | 123 | 22 | 0 | 33 | 301 | 107 | 53 |
| Binary | 100000 | 10011001 | 10111011 | 1010011 | 10010 | 0 | 11011 | 11000001 | 1000111 | 101011 |
Color Harmonies of #2099BB
Complementary color
Monochromatic Colors of #2099BB
Black with #2099BB
Text Example
Text Example
White with #2099BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2099BB; }
p { color: rgb(32,153,187); }
H1.HeaderClassName
{
color: #2099BB;
}
.AnyTagClassName
{
color: #2099BB;
}
</style>
background-color css
<style>
a { background-color: #2099BB; }
a { background-color: rgb(32,153,187); }
div.DivClassName
{
background-color: #2099BB;
}
.BgClassName
{
background-color: #2099BB;
}
</style>
border-color css
<style>
span { border-color: #2099BB; }
span { border-color: rgb(32,153,187); }
td.TdClassName
{
border-color: #2099BB;
}
.TagClassName
{
border-color: #2099BB;
}
</style>