Shades of Pelorous #1793AB
Tints of Pelorous #1793AB
RGB
CMYK
RGB Variations
Color information
#1793AB (or 0x1793AB) is known color: Pelorous. HEX triplet: 17, 93 and AB. RGB value is (23,147,171). Sum of RGB (Red+Green+Blue) = 23+147+171=341 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.74% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #1793AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1793AB is #E86C54. Grayscale: #707070. Windows color (decimal): -15232085 or 11244311. OLE color: 11244311.
HSL color Cylindrical-coordinate representation of color #1793AB: hue angle of 189.73º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1793AB is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 147 | 171 | - |
| CMYK | 0.87 | 0.14 | 0 | 0.33 |
| HSL | 189.73º | 0.76% | 0.38% | - |
| HSV(B) | 189.73º | 0.87% | 0.67% | - |
| XYZ | 18.14 | 23.99 | 42.2 | - |
| YUV | 112.66 | 160.92 | 64.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 147 | 171 | 0.87 | 0.14 | 0 | 0.33 | 189.73 | 0.76 | 0.38 |
| Hex | 17 | 93 | AB | 57 | E | 0 | 21 | BE | 4C | 26 |
| Octal | 27 | 223 | 253 | 127 | 16 | 0 | 41 | 276 | 114 | 46 |
| Binary | 10111 | 10010011 | 10101011 | 1010111 | 1110 | 0 | 100001 | 10111110 | 1001100 | 100110 |
Color Harmonies of #1793AB
Complementary color
Monochromatic Colors of #1793AB
Black with #1793AB
Text Example
Text Example
White with #1793AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1793AB; }
p { color: rgb(23,147,171); }
H1.HeaderClassName
{
color: #1793AB;
}
.AnyTagClassName
{
color: #1793AB;
}
</style>
background-color css
<style>
a { background-color: #1793AB; }
a { background-color: rgb(23,147,171); }
div.DivClassName
{
background-color: #1793AB;
}
.BgClassName
{
background-color: #1793AB;
}
</style>
border-color css
<style>
span { border-color: #1793AB; }
span { border-color: rgb(23,147,171); }
td.TdClassName
{
border-color: #1793AB;
}
.TagClassName
{
border-color: #1793AB;
}
</style>