Shades of Pelorous #2099CB
Tints of Pelorous #2099CB
RGB
CMYK
RGB Variations
Color information
#2099CB (or 0x2099CB) is known color: Pelorous. HEX triplet: 20, 99 and CB. RGB value is (32,153,203). Sum of RGB (Red+Green+Blue) = 32+153+203=388 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.25% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #2099CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2099CB is #DF6634. Grayscale: #7A7A7A. Windows color (decimal): -14640693 or 13343008. OLE color: 13343008.
HSL color Cylindrical-coordinate representation of color #2099CB: hue angle of 197.54º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2099CB is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 153 | 203 | - |
| CMYK | 0.84 | 0.25 | 0 | 0.20 |
| HSL | 197.54º | 0.73% | 0.46% | - |
| HSV(B) | 197.54º | 0.84% | 0.8% | - |
| XYZ | 22.77 | 27.4 | 60.59 | - |
| YUV | 122.52 | 173.41 | 63.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 153 | 203 | 0.84 | 0.25 | 0 | 0.20 | 197.54 | 0.73 | 0.46 |
| Hex | 20 | 99 | CB | 54 | 19 | 0 | 14 | C6 | 49 | 2E |
| Octal | 40 | 231 | 313 | 124 | 31 | 0 | 24 | 306 | 111 | 56 |
| Binary | 100000 | 10011001 | 11001011 | 1010100 | 11001 | 0 | 10100 | 11000110 | 1001001 | 101110 |
Color Harmonies of #2099CB
Complementary color
Monochromatic Colors of #2099CB
Black with #2099CB
Text Example
Text Example
White with #2099CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2099CB; }
p { color: rgb(32,153,203); }
H1.HeaderClassName
{
color: #2099CB;
}
.AnyTagClassName
{
color: #2099CB;
}
</style>
background-color css
<style>
a { background-color: #2099CB; }
a { background-color: rgb(32,153,203); }
div.DivClassName
{
background-color: #2099CB;
}
.BgClassName
{
background-color: #2099CB;
}
</style>
border-color css
<style>
span { border-color: #2099CB; }
span { border-color: rgb(32,153,203); }
td.TdClassName
{
border-color: #2099CB;
}
.TagClassName
{
border-color: #2099CB;
}
</style>