Shades of Pelorous #2099CE
Tints of Pelorous #2099CE
RGB
CMYK
RGB Variations
Color information
#2099CE (or 0x2099CE) is known color: Pelorous. HEX triplet: 20, 99 and CE. RGB value is (32,153,206). Sum of RGB (Red+Green+Blue) = 32+153+206=391 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.18% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #2099CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2099CE is #DF6631. Grayscale: #7A7A7A. Windows color (decimal): -14640690 or 13539616. OLE color: 13539616.
HSL color Cylindrical-coordinate representation of color #2099CE: hue angle of 198.28º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2099CE is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 153 | 206 | - |
| CMYK | 0.84 | 0.26 | 0 | 0.19 |
| HSL | 198.28º | 0.73% | 0.47% | - |
| HSV(B) | 198.28º | 0.84% | 0.81% | - |
| XYZ | 23.13 | 27.55 | 62.49 | - |
| YUV | 122.86 | 174.91 | 63.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 153 | 206 | 0.84 | 0.26 | 0 | 0.19 | 198.28 | 0.73 | 0.47 |
| Hex | 20 | 99 | CE | 54 | 1A | 0 | 13 | C6 | 49 | 2F |
| Octal | 40 | 231 | 316 | 124 | 32 | 0 | 23 | 306 | 111 | 57 |
| Binary | 100000 | 10011001 | 11001110 | 1010100 | 11010 | 0 | 10011 | 11000110 | 1001001 | 101111 |
Color Harmonies of #2099CE
Complementary color
Monochromatic Colors of #2099CE
Black with #2099CE
Text Example
Text Example
White with #2099CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2099CE; }
p { color: rgb(32,153,206); }
H1.HeaderClassName
{
color: #2099CE;
}
.AnyTagClassName
{
color: #2099CE;
}
</style>
background-color css
<style>
a { background-color: #2099CE; }
a { background-color: rgb(32,153,206); }
div.DivClassName
{
background-color: #2099CE;
}
.BgClassName
{
background-color: #2099CE;
}
</style>
border-color css
<style>
span { border-color: #2099CE; }
span { border-color: rgb(32,153,206); }
td.TdClassName
{
border-color: #2099CE;
}
.TagClassName
{
border-color: #2099CE;
}
</style>