Shades of Pelorous #17A3B1
Tints of Pelorous #17A3B1
RGB
CMYK
RGB Variations
Color information
#17A3B1 (or 0x17A3B1) is known color: Pelorous. HEX triplet: 17, A3 and B1. RGB value is (23,163,177). Sum of RGB (Red+Green+Blue) = 23+163+177=363 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.34% from 363); Green value is 163 (64.06% from 255 or 44.90% from 363); Blue value is 177 (69.53% from 255 or 48.76% from 363); Max value from RGB is 177 - color contains mainly: blue. Hex color #17A3B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17A3B1 is #E85C4E. Grayscale: #7A7A7A. Windows color (decimal): -15227983 or 11641623. OLE color: 11641623.
HSL color Cylindrical-coordinate representation of color #17A3B1: hue angle of 185.45º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #17A3B1 is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 23 | 163 | 177 | - |
| CMYK | 0.87 | 0.08 | 0 | 0.31 |
| HSL | 185.45º | 0.77% | 0.39% | - |
| HSV(B) | 185.45º | 0.87% | 0.69% | - |
| XYZ | 21.39 | 29.55 | 46.17 | - |
| YUV | 122.74 | 158.62 | 56.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 163 | 177 | 0.87 | 0.08 | 0 | 0.31 | 185.45 | 0.77 | 0.39 |
| Hex | 17 | A3 | B1 | 57 | 8 | 0 | 1F | B9 | 4D | 27 |
| Octal | 27 | 243 | 261 | 127 | 10 | 0 | 37 | 271 | 115 | 47 |
| Binary | 10111 | 10100011 | 10110001 | 1010111 | 1000 | 0 | 11111 | 10111001 | 1001101 | 100111 |
Color Harmonies of #17A3B1
Complementary color
Monochromatic Colors of #17A3B1
Black with #17A3B1
Text Example
Text Example
White with #17A3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17A3B1; }
p { color: rgb(23,163,177); }
H1.HeaderClassName
{
color: #17A3B1;
}
.AnyTagClassName
{
color: #17A3B1;
}
</style>
background-color css
<style>
a { background-color: #17A3B1; }
a { background-color: rgb(23,163,177); }
div.DivClassName
{
background-color: #17A3B1;
}
.BgClassName
{
background-color: #17A3B1;
}
</style>
border-color css
<style>
span { border-color: #17A3B1; }
span { border-color: rgb(23,163,177); }
td.TdClassName
{
border-color: #17A3B1;
}
.TagClassName
{
border-color: #17A3B1;
}
</style>