Shades of Pelorous #2099AC
Tints of Pelorous #2099AC
RGB
CMYK
RGB Variations
Color information
#2099AC (or 0x2099AC) is known color: Pelorous. HEX triplet: 20, 99 and AC. RGB value is (32,153,172). Sum of RGB (Red+Green+Blue) = 32+153+172=357 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.96% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #2099AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2099AC is #DF6653. Grayscale: #767676. Windows color (decimal): -14640724 or 11311392. OLE color: 11311392.
HSL color Cylindrical-coordinate representation of color #2099AC: hue angle of 188.14º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2099AC is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 153 | 172 | - |
| CMYK | 0.81 | 0.11 | 0 | 0.33 |
| HSL | 188.14º | 0.69% | 0.4% | - |
| HSV(B) | 188.14º | 0.81% | 0.67% | - |
| XYZ | 19.43 | 26.07 | 43.04 | - |
| YUV | 118.99 | 157.91 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 153 | 172 | 0.81 | 0.11 | 0 | 0.33 | 188.14 | 0.69 | 0.4 |
| Hex | 20 | 99 | AC | 51 | B | 0 | 21 | BC | 45 | 28 |
| Octal | 40 | 231 | 254 | 121 | 13 | 0 | 41 | 274 | 105 | 50 |
| Binary | 100000 | 10011001 | 10101100 | 1010001 | 1011 | 0 | 100001 | 10111100 | 1000101 | 101000 |
Color Harmonies of #2099AC
Complementary color
Monochromatic Colors of #2099AC
Black with #2099AC
Text Example
Text Example
White with #2099AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2099AC; }
p { color: rgb(32,153,172); }
H1.HeaderClassName
{
color: #2099AC;
}
.AnyTagClassName
{
color: #2099AC;
}
</style>
background-color css
<style>
a { background-color: #2099AC; }
a { background-color: rgb(32,153,172); }
div.DivClassName
{
background-color: #2099AC;
}
.BgClassName
{
background-color: #2099AC;
}
</style>
border-color css
<style>
span { border-color: #2099AC; }
span { border-color: rgb(32,153,172); }
td.TdClassName
{
border-color: #2099AC;
}
.TagClassName
{
border-color: #2099AC;
}
</style>