Shades of Pelorous #2099CD
Tints of Pelorous #2099CD
RGB
CMYK
RGB Variations
Color information
#2099CD (or 0x2099CD) is known color: Pelorous. HEX triplet: 20, 99 and CD. RGB value is (32,153,205). Sum of RGB (Red+Green+Blue) = 32+153+205=390 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.21% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 205 (80.47% from 255 or 52.56% from 390); Max value from RGB is 205 - color contains mainly: blue. Hex color #2099CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2099CD is #DF6632. Grayscale: #7A7A7A. Windows color (decimal): -14640691 or 13474080. OLE color: 13474080.
HSL color Cylindrical-coordinate representation of color #2099CD: hue angle of 198.03º 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 #2099CD is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 153 | 205 | - |
| CMYK | 0.84 | 0.25 | 0 | 0.20 |
| HSL | 198.03º | 0.73% | 0.46% | - |
| HSV(B) | 198.03º | 0.84% | 0.8% | - |
| XYZ | 23.01 | 27.5 | 61.85 | - |
| YUV | 122.75 | 174.41 | 63.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 153 | 205 | 0.84 | 0.25 | 0 | 0.20 | 198.03 | 0.73 | 0.46 |
| Hex | 20 | 99 | CD | 54 | 19 | 0 | 14 | C6 | 49 | 2E |
| Octal | 40 | 231 | 315 | 124 | 31 | 0 | 24 | 306 | 111 | 56 |
| Binary | 100000 | 10011001 | 11001101 | 1010100 | 11001 | 0 | 10100 | 11000110 | 1001001 | 101110 |
Color Harmonies of #2099CD
Complementary color
Monochromatic Colors of #2099CD
Black with #2099CD
Text Example
Text Example
White with #2099CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2099CD; }
p { color: rgb(32,153,205); }
H1.HeaderClassName
{
color: #2099CD;
}
.AnyTagClassName
{
color: #2099CD;
}
</style>
background-color css
<style>
a { background-color: #2099CD; }
a { background-color: rgb(32,153,205); }
div.DivClassName
{
background-color: #2099CD;
}
.BgClassName
{
background-color: #2099CD;
}
</style>
border-color css
<style>
span { border-color: #2099CD; }
span { border-color: rgb(32,153,205); }
td.TdClassName
{
border-color: #2099CD;
}
.TagClassName
{
border-color: #2099CD;
}
</style>