Shades of Pelorous #2099CA
Tints of Pelorous #2099CA
RGB
CMYK
RGB Variations
Color information
#2099CA (or 0x2099CA) is known color: Pelorous. HEX triplet: 20, 99 and CA. RGB value is (32,153,202). Sum of RGB (Red+Green+Blue) = 32+153+202=387 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.27% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #2099CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2099CA is #DF6635. Grayscale: #7A7A7A. Windows color (decimal): -14640694 or 13277472. OLE color: 13277472.
HSL color Cylindrical-coordinate representation of color #2099CA: hue angle of 197.29º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2099CA is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 153 | 202 | - |
| CMYK | 0.84 | 0.24 | 0 | 0.21 |
| HSL | 197.29º | 0.73% | 0.46% | - |
| HSV(B) | 197.29º | 0.84% | 0.79% | - |
| XYZ | 22.65 | 27.35 | 59.96 | - |
| YUV | 122.41 | 172.91 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 153 | 202 | 0.84 | 0.24 | 0 | 0.21 | 197.29 | 0.73 | 0.46 |
| Hex | 20 | 99 | CA | 54 | 18 | 0 | 15 | C5 | 49 | 2E |
| Octal | 40 | 231 | 312 | 124 | 30 | 0 | 25 | 305 | 111 | 56 |
| Binary | 100000 | 10011001 | 11001010 | 1010100 | 11000 | 0 | 10101 | 11000101 | 1001001 | 101110 |
Color Harmonies of #2099CA
Complementary color
Monochromatic Colors of #2099CA
Black with #2099CA
Text Example
Text Example
White with #2099CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2099CA; }
p { color: rgb(32,153,202); }
H1.HeaderClassName
{
color: #2099CA;
}
.AnyTagClassName
{
color: #2099CA;
}
</style>
background-color css
<style>
a { background-color: #2099CA; }
a { background-color: rgb(32,153,202); }
div.DivClassName
{
background-color: #2099CA;
}
.BgClassName
{
background-color: #2099CA;
}
</style>
border-color css
<style>
span { border-color: #2099CA; }
span { border-color: rgb(32,153,202); }
td.TdClassName
{
border-color: #2099CA;
}
.TagClassName
{
border-color: #2099CA;
}
</style>