Shades of Pelorous #17A2B4
Tints of Pelorous #17A2B4
RGB
CMYK
RGB Variations
Color information
#17A2B4 (or 0x17A2B4) is known color: Pelorous. HEX triplet: 17, A2 and B4. RGB value is (23,162,180). Sum of RGB (Red+Green+Blue) = 23+162+180=365 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.30% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 180 (70.70% from 255 or 49.32% from 365); Max value from RGB is 180 - color contains mainly: blue. Hex color #17A2B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17A2B4 is #E85D4B. Grayscale: #7A7A7A. Windows color (decimal): -15228236 or 11837975. OLE color: 11837975.
HSL color Cylindrical-coordinate representation of color #17A2B4: hue angle of 186.88º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #17A2B4 is Cyan = 0.87, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 23 | 162 | 180 | - |
| CMYK | 0.87 | 0.1 | 0 | 0.29 |
| HSL | 186.88º | 0.77% | 0.4% | - |
| HSV(B) | 186.88º | 0.87% | 0.71% | - |
| XYZ | 21.51 | 29.32 | 47.71 | - |
| YUV | 122.49 | 160.45 | 57.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 162 | 180 | 0.87 | 0.1 | 0 | 0.29 | 186.88 | 0.77 | 0.4 |
| Hex | 17 | A2 | B4 | 57 | A | 0 | 1D | BB | 4D | 28 |
| Octal | 27 | 242 | 264 | 127 | 12 | 0 | 35 | 273 | 115 | 50 |
| Binary | 10111 | 10100010 | 10110100 | 1010111 | 1010 | 0 | 11101 | 10111011 | 1001101 | 101000 |
Color Harmonies of #17A2B4
Complementary color
Monochromatic Colors of #17A2B4
Black with #17A2B4
Text Example
Text Example
White with #17A2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17A2B4; }
p { color: rgb(23,162,180); }
H1.HeaderClassName
{
color: #17A2B4;
}
.AnyTagClassName
{
color: #17A2B4;
}
</style>
background-color css
<style>
a { background-color: #17A2B4; }
a { background-color: rgb(23,162,180); }
div.DivClassName
{
background-color: #17A2B4;
}
.BgClassName
{
background-color: #17A2B4;
}
</style>
border-color css
<style>
span { border-color: #17A2B4; }
span { border-color: rgb(23,162,180); }
td.TdClassName
{
border-color: #17A2B4;
}
.TagClassName
{
border-color: #17A2B4;
}
</style>