Shades of Pelorous #17A3BB
Tints of Pelorous #17A3BB
RGB
CMYK
RGB Variations
Color information
#17A3BB (or 0x17A3BB) is known color: Pelorous. HEX triplet: 17, A3 and BB. RGB value is (23,163,187). Sum of RGB (Red+Green+Blue) = 23+163+187=373 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.17% from 373); Green value is 163 (64.06% from 255 or 43.70% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #17A3BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17A3BB is #E85C44. Grayscale: #7B7B7B. Windows color (decimal): -15227973 or 12296983. OLE color: 12296983.
HSL color Cylindrical-coordinate representation of color #17A3BB: hue angle of 188.78º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17A3BB is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 163 | 187 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.27 |
| HSL | 188.78º | 0.78% | 0.41% | - |
| HSV(B) | 188.78º | 0.88% | 0.73% | - |
| XYZ | 22.42 | 29.96 | 51.62 | - |
| YUV | 123.88 | 163.62 | 56.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 163 | 187 | 0.88 | 0.13 | 0 | 0.27 | 188.78 | 0.78 | 0.41 |
| Hex | 17 | A3 | BB | 58 | D | 0 | 1B | BD | 4E | 29 |
| Octal | 27 | 243 | 273 | 130 | 15 | 0 | 33 | 275 | 116 | 51 |
| Binary | 10111 | 10100011 | 10111011 | 1011000 | 1101 | 0 | 11011 | 10111101 | 1001110 | 101001 |
Color Harmonies of #17A3BB
Complementary color
Monochromatic Colors of #17A3BB
Black with #17A3BB
Text Example
Text Example
White with #17A3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17A3BB; }
p { color: rgb(23,163,187); }
H1.HeaderClassName
{
color: #17A3BB;
}
.AnyTagClassName
{
color: #17A3BB;
}
</style>
background-color css
<style>
a { background-color: #17A3BB; }
a { background-color: rgb(23,163,187); }
div.DivClassName
{
background-color: #17A3BB;
}
.BgClassName
{
background-color: #17A3BB;
}
</style>
border-color css
<style>
span { border-color: #17A3BB; }
span { border-color: rgb(23,163,187); }
td.TdClassName
{
border-color: #17A3BB;
}
.TagClassName
{
border-color: #17A3BB;
}
</style>