Shades of Pelorous #2097AC
Tints of Pelorous #2097AC
RGB
CMYK
RGB Variations
Color information
#2097AC (or 0x2097AC) is known color: Pelorous. HEX triplet: 20, 97 and AC. RGB value is (32,151,172). Sum of RGB (Red+Green+Blue) = 32+151+172=355 (47% of max value = 765). Red value is 32 (12.89% from 255 or 9.01% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #2097AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2097AC is #DF6853. Grayscale: #757575. Windows color (decimal): -14641236 or 11310880. OLE color: 11310880.
HSL color Cylindrical-coordinate representation of color #2097AC: hue angle of 189º 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 #2097AC is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 151 | 172 | - |
| CMYK | 0.81 | 0.12 | 0 | 0.33 |
| HSL | 189º | 0.69% | 0.4% | - |
| HSV(B) | 189º | 0.81% | 0.67% | - |
| XYZ | 19.11 | 25.42 | 42.93 | - |
| YUV | 117.81 | 158.58 | 66.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 151 | 172 | 0.81 | 0.12 | 0 | 0.33 | 189 | 0.69 | 0.4 |
| Hex | 20 | 97 | AC | 51 | C | 0 | 21 | BD | 45 | 28 |
| Octal | 40 | 227 | 254 | 121 | 14 | 0 | 41 | 275 | 105 | 50 |
| Binary | 100000 | 10010111 | 10101100 | 1010001 | 1100 | 0 | 100001 | 10111101 | 1000101 | 101000 |
Color Harmonies of #2097AC
Complementary color
Monochromatic Colors of #2097AC
Black with #2097AC
Text Example
Text Example
White with #2097AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2097AC; }
p { color: rgb(32,151,172); }
H1.HeaderClassName
{
color: #2097AC;
}
.AnyTagClassName
{
color: #2097AC;
}
</style>
background-color css
<style>
a { background-color: #2097AC; }
a { background-color: rgb(32,151,172); }
div.DivClassName
{
background-color: #2097AC;
}
.BgClassName
{
background-color: #2097AC;
}
</style>
border-color css
<style>
span { border-color: #2097AC; }
span { border-color: rgb(32,151,172); }
td.TdClassName
{
border-color: #2097AC;
}
.TagClassName
{
border-color: #2097AC;
}
</style>