Shades of Pelorous #2099BA
Tints of Pelorous #2099BA
RGB
CMYK
RGB Variations
Color information
#2099BA (or 0x2099BA) is known color: Pelorous. HEX triplet: 20, 99 and BA. RGB value is (32,153,186). Sum of RGB (Red+Green+Blue) = 32+153+186=371 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.63% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #2099BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2099BA is #DF6645. Grayscale: #787878. Windows color (decimal): -14640710 or 12228896. OLE color: 12228896.
HSL color Cylindrical-coordinate representation of color #2099BA: hue angle of 192.86º 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 #2099BA is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 153 | 186 | - |
| CMYK | 0.83 | 0.18 | 0 | 0.27 |
| HSL | 192.86º | 0.71% | 0.43% | - |
| HSV(B) | 192.86º | 0.83% | 0.73% | - |
| XYZ | 20.85 | 26.63 | 50.5 | - |
| YUV | 120.58 | 164.91 | 64.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 153 | 186 | 0.83 | 0.18 | 0 | 0.27 | 192.86 | 0.71 | 0.43 |
| Hex | 20 | 99 | BA | 53 | 12 | 0 | 1B | C1 | 47 | 2B |
| Octal | 40 | 231 | 272 | 123 | 22 | 0 | 33 | 301 | 107 | 53 |
| Binary | 100000 | 10011001 | 10111010 | 1010011 | 10010 | 0 | 11011 | 11000001 | 1000111 | 101011 |
Color Harmonies of #2099BA
Complementary color
Monochromatic Colors of #2099BA
Black with #2099BA
Text Example
Text Example
White with #2099BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2099BA; }
p { color: rgb(32,153,186); }
H1.HeaderClassName
{
color: #2099BA;
}
.AnyTagClassName
{
color: #2099BA;
}
</style>
background-color css
<style>
a { background-color: #2099BA; }
a { background-color: rgb(32,153,186); }
div.DivClassName
{
background-color: #2099BA;
}
.BgClassName
{
background-color: #2099BA;
}
</style>
border-color css
<style>
span { border-color: #2099BA; }
span { border-color: rgb(32,153,186); }
td.TdClassName
{
border-color: #2099BA;
}
.TagClassName
{
border-color: #2099BA;
}
</style>